Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Feb 2, 2022
1 parent 930a48c commit 6415dc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ RUN mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME" && mkdir -p "$BUNDLE_CACHE_PAT

COPY rootfs /

RUN apk --update add ruby ruby-irb \
&& gem install bundler \
&& clean
RUN apk add ruby ruby-irb && gem install bundler && clean

CMD [ "irb" ]

0 comments on commit 6415dc2

Please sign in to comment.