# MAINTAINER Eric McNiece "hello@emc2innovation.com"
MAINTAINER Dave Lane <dave@davelane.nz> @lightweight@mastodon.nzoss.nz
ENV NGINX_VERSION=1.13.7
ENV NGX_CACHE_PURGE_VERSION=2.3
# Install basic packages and build tools
RUN apt-get update && apt-get install-y\
wget \
build-essential \
libssl-dev \
libpcre3 \
libpcre3-dev \
&& apt-get clean
# Get sources
RUN cd /tmp && wget http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz http://labs.frickle.com/files/ngx_cache_purge-$NGX_CACHE_PURGE_VERSION.tar.gz &&\