File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:14 .04
1
+ FROM ubuntu:16 .04
2
2
3
3
MAINTAINER NGINX Docker Maintainers
"[email protected] "
4
4
5
5
# Set the debconf front end to Noninteractive
6
6
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
7
7
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
9
9
10
10
# Download certificate and key from the customer portal (https://cs.nginx.com)
11
11
# and copy to the build context
12
12
ADD nginx-repo.crt /etc/ssl/nginx/
13
13
ADD nginx-repo.key /etc/ssl/nginx/
14
14
15
15
# Get other files required for installation
16
- RUN wget -q -O /etc/ssl/nginx/CA.crt https://cs.nginx.com/static/files/CA.crt
17
16
RUN wget -q -O - http://nginx.org/keys/nginx_signing.key | apt-key add -
18
17
RUN wget -q -O /etc/apt/apt.conf.d/90nginx https://cs.nginx.com/static/files/90nginx
19
18
You can’t perform that action at this time.
0 commit comments