Skip to content

Commit

Permalink
fix: add missing -yy switch to apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoisel committed Oct 14, 2024
1 parent 4201697 commit 4382392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get update \
qemu-system-arm \
qemu-system-x86

RUN apt-get install ca-certificates curl \
RUN apt-get install -yy ca-certificates curl \
&& install -m 0755 -d /etc/apt/keyrings \
&& curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc \
&& chmod a+r /etc/apt/keyrings/docker.asc \
Expand Down

0 comments on commit 4382392

Please sign in to comment.