We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c9e5f commit f633aa9Copy full SHA for f633aa9
php/5.6/Dockerfile
@@ -9,7 +9,8 @@ COPY ./data/supervisord.conf /etc/supervisord.conf
9
RUN echo "deb http://archive.debian.org/debian/ stretch main contrib non-free" > /etc/apt/sources.list && \
10
echo "deb http://archive.debian.org/debian-security/ stretch/updates main contrib non-free" >> /etc/apt/sources.list
11
12
-RUN apt-get update && \
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests -o APT::Get::AllowUnauthenticated=true debian-archive-keyring && \
13
+ apt-get update && \
14
apt-get install -y supervisor iputils-ping && \
15
apt-get clean && \
16
rm -rf /var/lib/apt/lists/*
0 commit comments