Skip to content

Commit

Permalink
Prevent a possible failure of building Plus image (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov authored Jan 29, 2018
1 parent 8fc772d commit 16a528f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx-controller/DockerfileForPlus
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN apt-get update && apt-get install -y -q wget lsb-release apt-transport-https
ADD nginx-repo.crt /etc/ssl/nginx/
ADD nginx-repo.key /etc/ssl/nginx/

# Make sure the certificate and key have correct permissions
RUN chmod 644 /etc/ssl/nginx/*

# Get other files required for installation
RUN wget -q -O - http://nginx.org/keys/nginx_signing.key | apt-key add -
RUN wget -q -O /etc/apt/apt.conf.d/90nginx https://cs.nginx.com/static/files/90nginx
Expand Down

0 comments on commit 16a528f

Please sign in to comment.