Change keyserver for nginx

This commit is contained in:
Misty Stanley-Jones 2017-03-06 11:25:03 -08:00
parent fab3af07d2
commit 04e4f3280f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ FROM starefossen/github-pages:112
ENV NGINX_VERSION 1.11.9-1~jessie
RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 \
&& echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list \
&& apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y \