Skip to content

Instantly share code, notes, and snippets.

@ericandrewlewis
Created December 9, 2015 17:33
Show Gist options
  • Save ericandrewlewis/20d531d190d71e92f3b6 to your computer and use it in GitHub Desktop.
Save ericandrewlewis/20d531d190d71e92f3b6 to your computer and use it in GitHub Desktop.
Varnish 4.0 Dockerfile for VMODs that don't need Varnish source
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