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.
2 parents 4cae1f3 + 8afd6da commit ff57936Copy full SHA for ff57936
apache/Dockerfile
@@ -1,6 +1,6 @@
1
FROM php:5.6-apache
2
3
-RUN a2enmod rewrite
+RUN a2enmod rewrite expires
4
5
# install the PHP extensions we need
6
RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev && rm -rf /var/lib/apt/lists/* \
0 commit comments