Skip to content

Commit

Permalink
Fix missing -y in apt get install
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 authored Dec 8, 2023
1 parent 863853a commit 9641ef5
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 @@ -26,7 +26,7 @@ RUN \
RUN \
for n in $(seq 1 5); do apt-get update -y && sleep 5 && break; done \
&& \
apt-get install --no-install-recommends libxxhash0 software-properties-common \
apt-get install --no-install-recommends -y libxxhash0 software-properties-common \
&& \
for n in $(seq 1 5); do add-apt-repository -y ppa:ubuntu-toolchain-r/test && sleep 5 && break; done \
&& \
Expand Down

0 comments on commit 9641ef5

Please sign in to comment.