We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01c0cd commit 727a6eaCopy full SHA for 727a6ea
docker/apache-php-56/build/Dockerfile
@@ -1,4 +1,7 @@
1
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
5
RUN apt-get update && \
6
apt-get -y install libmcrypt4 libvpx4 libfreetype6 libjpeg62-turbo libpng16-16 libxpm4 wget mysql-client msmtp && \
7
apt-get -y install libmcrypt-dev libicu-dev libpng-dev libjpeg-dev libfreetype6-dev libxpm-dev libvpx-dev && \
0 commit comments