From 5622a68147dc3ea3875f7682237cab1215c853c6 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 11 Jul 2018 11:15:47 +0200 Subject: [PATCH] see if Clair will not complain anymore --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3486140..d01be29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ MAINTAINER Andrey Arapov ENV DEBIAN_FRONTEND noninteractive RUN apt-get update +RUN apt-get -y upgrade +RUN apt-get -y dist-upgrade RUN apt-get -y --no-install-recommends install \ ca-certificates apt-transport-https gnupg