Jérémy DECOOL
3 years ago
No known key found for this signature in database
GPG Key ID: 60D6FF1081E8575
1 changed files with
1 additions and
1 deletions
-
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 / |
|
|
|
|
|
|
|