From b64b773b1871dbb4676088541b746e3e47659361 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 13 Feb 2021 20:29:02 +0100 Subject: Upgrade system first MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2d1b7816505370aa326e48c5aba3177a3fa844d3 Signed-off-by: Cédric Ollivier (cherry picked from commit c152b35ecff671ea864ea4c55bcc1a7e244c9f73) --- docker/core/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index ce63601ea..cecbe72a4 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -3,7 +3,8 @@ FROM alpine:3.9 ARG BRANCH=stable/hunter ARG OPENSTACK_TAG=stable/rocky -RUN apk --no-cache add --update \ +RUN apk -U upgrade && \ + apk --no-cache add --update \ python libffi openssl libjpeg-turbo py-pip bash \ grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils mailcap \ libstdc++ && \ -- cgit 1.2.3-korg