Skip to content

Commit 1f2dfeb

Browse files
committed
apache performance tuning
1 parent b5137b1 commit 1f2dfeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ RUN wkhtmltopdf --version
7373
# Enable Apache mods.
7474
RUN a2enmod userdir rewrite ssl
7575

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+
7679
# Environment variables contained within build container.
7780
ENV TERM=xterm \
7881
LISTEN_PORT=80 \

0 commit comments

Comments
 (0)