Skip to content

Commit 9cdebff

Browse files
committed
Change base image to ubuntu xenial for Plus controller
1 parent 6ebe408 commit 9cdebff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nginx-plus-controller/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:16.04
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

55
# Set the debconf front end to Noninteractive
66
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
77

8-
RUN apt-get update && apt-get install -y -q wget apt-transport-https
8+
RUN apt-get update && apt-get install -y -q wget lsb-release apt-transport-https
99

1010
# Download certificate and key from the customer portal (https://cs.nginx.com)
1111
# and copy to the build context
1212
ADD nginx-repo.crt /etc/ssl/nginx/
1313
ADD nginx-repo.key /etc/ssl/nginx/
1414

1515
# Get other files required for installation
16-
RUN wget -q -O /etc/ssl/nginx/CA.crt https://cs.nginx.com/static/files/CA.crt
1716
RUN wget -q -O - http://nginx.org/keys/nginx_signing.key | apt-key add -
1817
RUN wget -q -O /etc/apt/apt.conf.d/90nginx https://cs.nginx.com/static/files/90nginx
1918

0 commit comments

Comments
 (0)