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 committed Sep 18, 2022
1 parent 4ef5eca commit 6c1864d
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 @@ -20,7 +20,7 @@ FROM debian:jessie
RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list
RUN DEBIAN_FRONTEND=noninteractive \
apt-get update -qq && \
apt-get install -y -q \
apt-get install -y --force-yes -q \
autoconf \
bzip2 \
cpanminus \
Expand Down

0 comments on commit 6c1864d

Please sign in to comment.