Skip to content

Commit

Permalink
That dockerfiles and that dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swistak35 committed Jun 26, 2020
1 parent a25575f commit b685a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/ruby_event_store-outbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ruby:2.7
ARG GEM_VERSION
RUN gem install ruby_event_store-outbox --version $GEM_VERSION
RUN gem install influxdb --version 0.8.0
RUN gem install redis mysql2
ENTRYPOINT ["/usr/local/bundle/bin/res_outbox"]

0 comments on commit b685a29

Please sign in to comment.