Skip to content

Commit

Permalink
fix problem with unsupported Debian Stretch for Apache PHP-56 container
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamdeew committed May 31, 2023
1 parent b01c0cd commit 727a6ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/apache-php-56/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM php:5.6-apache
RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' \
-e 's|security.debian.org|archive.debian.org/|g' \
-e '/stretch-updates/d' /etc/apt/sources.list
RUN apt-get update && \
apt-get -y install libmcrypt4 libvpx4 libfreetype6 libjpeg62-turbo libpng16-16 libxpm4 wget mysql-client msmtp && \
apt-get -y install libmcrypt-dev libicu-dev libpng-dev libjpeg-dev libfreetype6-dev libxpm-dev libvpx-dev && \
Expand Down

0 comments on commit 727a6ea

Please sign in to comment.