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 294153e commit 80662acCopy full SHA for 80662ac
Dockerfile
@@ -1,12 +1,9 @@
1
-FROM debian:jessie
+FROM ubuntu:16.04
2
3
-ENV NGINX_VERSION 1.9.10-1~bpo8+3
4
-
5
-RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list \
6
- && apt-get update \
+RUN apt-get update \
7
&& apt-get install --no-install-recommends --no-install-suggests -y \
8
ca-certificates \
9
- nginx-full=${NGINX_VERSION} \
+ nginx-full \
10
&& rm -rf /var/lib/apt/lists/*
11
12
# forward request and error logs to docker log collector
0 commit comments