mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
Change keyserver for nginx
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user