Skip to content

Commit

Permalink
Add missing ruby packages with alpine 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rrey committed Apr 19, 2020
1 parent 7c3544a commit 3be2e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ COPY --from=gobuilder /usr/local/bin/ /usr/bin/
COPY Gemfile .

RUN apk add --no-cache --update \
ruby && \
ruby ruby-webrick ruby-etc ruby-io-console && \
apk add --no-cache --update --virtual build-dependencies \
build-base \
ruby-dev && \
Expand Down

0 comments on commit 3be2e68

Please sign in to comment.