Browse Source

Fix nginx-envtpl image build

pull/145/head
Jérémy DECOOL 2 years ago
parent
commit
265ca6a51f
No known key found for this signature in database GPG Key ID: 60D6FF1081E8575
  1. 2
      nginx-envtpl/Dockerfile

2
nginx-envtpl/Dockerfile

@ -11,7 +11,7 @@ RUN apt-get update \
python-setuptools \
&& rm -rf /var/lib/apt/lists/*
RUN pip install envtpl
RUN pip2 install envtpl
COPY entrypoint.sh /

Loading…
Cancel
Save