Skip to content

Commit

Permalink
updated nginx key
Browse files Browse the repository at this point in the history
  • Loading branch information
therefromhere committed Aug 21, 2018
1 parent c42c338 commit f9fda20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.6

MAINTAINER Prismatic Digital <>

RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ABF5BD827BD9BF62 > /dev/null \
&& echo "deb http://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list \
&& echo "deb http://ftp.debian.org/debian stretch-backports main " >> /etc/apt/sources.list.d/backports.list \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion 3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.7

MAINTAINER Prismatic Digital <>

RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ABF5BD827BD9BF62 > /dev/null \
&& echo "deb http://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list \
&& echo "deb http://ftp.debian.org/debian stretch-backports main " >> /etc/apt/sources.list.d/backports.list \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion 3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3

MAINTAINER Prismatic Digital <>

RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ABF5BD827BD9BF62 > /dev/null \
&& echo "deb http://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list \
&& echo "deb http://ftp.debian.org/debian stretch-backports main " >> /etc/apt/sources.list.d/backports.list \
&& apt-get update \
Expand Down

0 comments on commit f9fda20

Please sign in to comment.