Skip to content

Commit

Permalink
Missing -y
Browse files Browse the repository at this point in the history
  • Loading branch information
averi committed Oct 30, 2024
1 parent fab821b commit 4d576fc
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 @@ -172,7 +172,7 @@ RUN apt update && \
bundle config set without 'test' && \
bundle install && \
apt remove build-essential git zlib1g-dev -y && \
apt autoremove && \
apt autoremove -y && \
rm -rf /var/cache/apt/* /tmp ~/.gem /root/.bundle/cache \
/usr/local/bundle/cache /usr/lib/node_modules

Expand Down

0 comments on commit 4d576fc

Please sign in to comment.