Skip to content

Commit

Permalink
Install bundler 2 for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 13, 2020
1 parent 5a7a841 commit 5ccf3b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Expand Up @@ -19,6 +19,9 @@ RUN apk add --update --no-cache \
postgresql-client \
tzdata

# Get bundler 2.0
RUN gem install bundler

RUN mkdir /app
WORKDIR /app

Expand Down

0 comments on commit 5ccf3b7

Please sign in to comment.