We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b0c0b commit 1e3ef07Copy full SHA for 1e3ef07
php/5.6/Dockerfile
@@ -7,11 +7,10 @@ COPY ./data/php-fpm.ini /etc/supervisor.d/php-fpm.ini
7
COPY ./data/supervisord.conf /etc/supervisord.conf
8
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
- apt-get update
12
-
+ echo "deb http://archive.debian.org/debian-security/ stretch/updates main contrib non-free" >> /etc/apt/sources.list
+
13
RUN apt-get update && \
14
- apt-get install -y supervisor && \
+ apt-get install -y supervisor iputils-ping && \
15
apt-get clean && \
16
rm -rf /var/lib/apt/lists/*
17
0 commit comments