Skip to content

Commit

Permalink
Merge pull request #99 from gutierri/patch/fixs-yes-apt
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Apr 7, 2024
2 parents 5626c52 + b84dc80 commit 2544889
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 2544889

Please sign in to comment.