We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e656cb commit 2919a28Copy full SHA for 2919a28
Dockerfile
@@ -4,8 +4,7 @@ FROM python:3.6
4
ENV NGINX_VERSION '1.10.3-1+deb9u1'
5
6
# Install dependencies
7
-RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
8
- && echo "deb http://httpredir.debian.org/debian/ stretch main contrib non-free" >> /etc/apt/sources.list \
+RUN echo "deb http://httpredir.debian.org/debian/ stretch main contrib non-free" >> /etc/apt/sources.list \
9
&& echo "deb-src http://httpredir.debian.org/debian/ stretch main contrib non-free" >> /etc/apt/sources.list \
10
&& apt-get update -y \
11
&& apt-get install -y -t stretch openssl nginx-extras=${NGINX_VERSION} \
0 commit comments