Skip to content

Commit 727a6ea

Browse files
committed
fix problem with unsupported Debian Stretch for Apache PHP-56 container
1 parent b01c0cd commit 727a6ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/apache-php-56/build/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
FROM php:5.6-apache
2+
RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' \
3+
-e 's|security.debian.org|archive.debian.org/|g' \
4+
-e '/stretch-updates/d' /etc/apt/sources.list
25
RUN apt-get update && \
36
apt-get -y install libmcrypt4 libvpx4 libfreetype6 libjpeg62-turbo libpng16-16 libxpm4 wget mysql-client msmtp && \
47
apt-get -y install libmcrypt-dev libicu-dev libpng-dev libjpeg-dev libfreetype6-dev libxpm-dev libvpx-dev && \

0 commit comments

Comments
 (0)