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 b5137b1 commit 1f2dfebCopy full SHA for 1f2dfeb
Dockerfile
@@ -73,6 +73,9 @@ RUN wkhtmltopdf --version
73
# Enable Apache mods.
74
RUN a2enmod userdir rewrite ssl
75
76
+# Install Mod_pagespeed Module
77
+RUN curl -O https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_amd64.deb && dpkg -i mod-pagespeed-stable_current_amd64.deb
78
+
79
# Environment variables contained within build container.
80
ENV TERM=xterm \
81
LISTEN_PORT=80 \
0 commit comments