We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4014652 commit 774c511Copy full SHA for 774c511
Dockerfile
@@ -11,8 +11,8 @@ ENV DEBIAN_FRONTEND noninteractive
11
# Add sources for latest nginx
12
RUN apt-get install -y wget
13
RUN wget -q http://nginx.org/keys/nginx_signing.key -O- | sudo apt-key add -
14
-RUN echo deb http://nginx.org/packages/ubuntu/ trusty nginx >> /etc/apt/sources.list
15
-RUN echo deb-src http://nginx.org/packages/ubuntu/ trusty nginx >> /etc/apt/sources.list
+RUN echo deb http://nginx.org/packages/mainline/ubuntu/ trusty nginx >> /etc/apt/sources.list
+RUN echo deb-src http://nginx.org/packages/mainline/ubuntu/ trusty nginx >> /etc/apt/sources.list
16
17
# Update System
18
RUN apt-get update
0 commit comments