Skip to content

Commit

Permalink
Remove apt-get upgrade from Plus Dockerfile (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov authored Feb 9, 2018
1 parent d4e782b commit b8e4b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-controller/DockerfileForPlus
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN chmod 644 /etc/ssl/nginx/*

# Install NGINX Plus
RUN set -x \
&& apt-get update && apt-get upgrade -y \
&& apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y apt-transport-https ca-certificates gnupg1 \
&& \
NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; \
Expand Down

0 comments on commit b8e4b87

Please sign in to comment.