Skip to content

Commit

Permalink
chore(deps): cleanup after rubygems system update
Browse files Browse the repository at this point in the history
relates to #123
  • Loading branch information
YOU54F committed Jul 30, 2024
1 parent d61542e commit 367325f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apk update \
&& gem install json -v "~>2.3" \
&& gem install bigdecimal -v "~>3.1" \
&& gem install racc -v "~>1.8" \
&& gem uninstall rubygems-update \
&& gem cleanup \
&& apk del build-dependencies \
&& rm -rf /usr/lib/ruby/gems/*/cache/* \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile-bundle-base
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN apk update \
&& gem update --system 3.5.14 \
&& gem install json \
&& gem install bigdecimal \
&& gem install racc
&& gem install racc \
&& gem uninstall rubygems-update

ENV HOME=/pact
ENV DOCKER=true
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-node
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN apk update \
&& gem install json -v "~>2.3" \
&& gem install bigdecimal -v "~>3.1" \
&& gem install racc -v "~>1.8" \
&& gem uninstall rubygems-update \
&& gem cleanup \
&& rm -rf /usr/lib/ruby/gems/*/cache/* \
/var/cache/apk/* \
Expand Down

0 comments on commit 367325f

Please sign in to comment.