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 3de4392 commit 5bfd6d6Copy full SHA for 5bfd6d6
Dockerfile
@@ -2,7 +2,7 @@ FROM debian:jessie
2
3
MAINTAINER NGINX Docker Maintainers "[email protected]"
4
5
-RUN echo "http://httpredir.debian.org/debian/ sid/main" >> /etc/apt/sources.list
+RUN echo "deb http://httpredir.debian.org/debian sid main" >> /etc/apt/sources.list
6
7
ENV NGINX_VERSION 1.9.3-1~jessie
8
0 commit comments