Skip to content

Commit 1e3ef07

Browse files
feat: update php 5.6.40 Dockerfile
1 parent 70b0c0b commit 1e3ef07

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

php/5.6/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ COPY ./data/php-fpm.ini /etc/supervisor.d/php-fpm.ini
77
COPY ./data/supervisord.conf /etc/supervisord.conf
88

99
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-
10+
echo "deb http://archive.debian.org/debian-security/ stretch/updates main contrib non-free" >> /etc/apt/sources.list
11+
1312
RUN apt-get update && \
14-
apt-get install -y supervisor && \
13+
apt-get install -y supervisor iputils-ping && \
1514
apt-get clean && \
1615
rm -rf /var/lib/apt/lists/*
1716

0 commit comments

Comments
 (0)