Skip to content

Commit 2919a28

Browse files
author
Andrew Bakonski
committed
Remove unneeded install step
1 parent 5e656cb commit 2919a28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ FROM python:3.6
44
ENV NGINX_VERSION '1.10.3-1+deb9u1'
55

66
# 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 \
7+
RUN echo "deb http://httpredir.debian.org/debian/ stretch main contrib non-free" >> /etc/apt/sources.list \
98
&& echo "deb-src http://httpredir.debian.org/debian/ stretch main contrib non-free" >> /etc/apt/sources.list \
109
&& apt-get update -y \
1110
&& apt-get install -y -t stretch openssl nginx-extras=${NGINX_VERSION} \

0 commit comments

Comments
 (0)