Skip to content

Commit 80662ac

Browse files
committed
Jessie backports is not reliable, switch to Ubuntu:16:04.
1 parent 294153e commit 80662ac

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
FROM debian:jessie
1+
FROM ubuntu:16.04
22

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 \
3+
RUN apt-get update \
74
&& apt-get install --no-install-recommends --no-install-suggests -y \
85
ca-certificates \
9-
nginx-full=${NGINX_VERSION} \
6+
nginx-full \
107
&& rm -rf /var/lib/apt/lists/*
118

129
# forward request and error logs to docker log collector

0 commit comments

Comments
 (0)