From b8e4b8769ec186f45c269615bcc7387c45709ba0 Mon Sep 17 00:00:00 2001 From: Michael Pleshakov Date: Fri, 9 Feb 2018 16:08:22 +0000 Subject: [PATCH] Remove apt-get upgrade from Plus Dockerfile (#238) --- nginx-controller/DockerfileForPlus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-controller/DockerfileForPlus b/nginx-controller/DockerfileForPlus index 0b5c4266fa..53c06e471c 100644 --- a/nginx-controller/DockerfileForPlus +++ b/nginx-controller/DockerfileForPlus @@ -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; \