Lightweight NGINX with Google PageSpeed module container (based on minimalist Debian wheezy image)
https://bintray.com/donbeave/deb/nginx-pagespeed
Add bintray repository:
curl 'https://bintray.com/user/downloadSubjectPublicKey?username=bintray' | apt-key add -
echo "deb http://dl.bintray.com/donbeave/deb wheezy main" >> /etc/apt/sources.list
Download the package lists from the repositories:
apt-get update
Install nginx package:
apt-get install -y ca-certificates nginx-pagespeed
https://hub.docker.com/r/donbeave/nginx-pagespeed
In your Dockerfile
use the following:
FROM donbeave/nginx-pagespeed:1.8.0-1
...
Copyright 2015 Alexey Zhokhov under the Apache License, Version 2.0. Supported by AZ.