Created
December 9, 2015 17:33
-
-
Save ericandrewlewis/20d531d190d71e92f3b6 to your computer and use it in GitHub Desktop.
Varnish 4.0 Dockerfile for VMODs that don't need Varnish source
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:jessie | |
RUN apt-get update && \ | |
apt-get install -y varnish | |
# Dependencies for installing Varnish Modules. | |
RUN apt-get install -y libvarnishapi-dev curl automake libtool pkg-config make python-docutils |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment