Skip to content

Commit

Permalink
fix dockerfile apt-get without force-yes
Browse files Browse the repository at this point in the history
  • Loading branch information
gutierri authored and aspiers committed Apr 7, 2024
1 parent 5626c52 commit b84dc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
FROM debian:bookworm
RUN DEBIAN_FRONTEND=noninteractive apt-get update -qq
RUN DEBIAN_FRONTEND=noninteractive \
apt-get install -y -q \
apt-get install -y --force-yes -q \
autoconf \
bzip2 \
cpanminus \
Expand Down

0 comments on commit b84dc80

Please sign in to comment.