diff --git a/nginx-envtpl/Dockerfile b/nginx-envtpl/Dockerfile index ad7a2bb..5a3ebbd 100644 --- a/nginx-envtpl/Dockerfile +++ b/nginx-envtpl/Dockerfile @@ -1,7 +1,15 @@ -FROM nginx:1.9 +FROM debian:sid + MAINTAINER Johannes Schickling "schickling.j@gmail.com" -RUN apt-get update && apt-get install -y python-pip +RUN apt-get update \ + && apt-get install --no-install-recommends --no-install-suggests -y \ + ca-certificates \ + nginx-extras \ + python-pip \ + python-setuptools \ + && rm -rf /var/lib/apt/lists/* + RUN pip install envtpl COPY entrypoint.sh /