File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ COPY ./data/supervisord.conf /etc/supervisord.conf
99RUN echo "deb http://archive.debian.org/debian/ stretch main contrib non-free" > /etc/apt/sources.list && \
1010 echo "deb http://archive.debian.org/debian-security/ stretch/updates main contrib non-free" >> /etc/apt/sources.list
1111
12- RUN apt-get update && \
12+ RUN apt-get -qq update -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true -o APT::Get::AllowUnauthenticated=true && \
13+ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests -o APT::Get::AllowUnauthenticated=true debian-archive-keyring && \
14+ apt-get update && \
1315 apt-get install -y supervisor iputils-ping && \
1416 apt-get clean && \
1517 rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments