From b6150f90dfb695793e2a3ca77534ee4fc82d1de0 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 10 Feb 2021 11:43:34 +0100 Subject: Upgrade system first MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0120e6a368b033f2fb47257ff9dcc3fd8a58d243 Signed-off-by: Cédric Ollivier (cherry picked from commit 9ebe47c8458c99066fd71a65007fff923004d209) --- docker/core/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docker/core/Dockerfile') diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 5010cb62..5614e47c 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -7,7 +7,8 @@ ARG OPNFV_TAG=stable/iruya COPY Try-a-quick-fix-vs-asynchronuous-issues.patch /tmp/Try-a-quick-fix-vs-asynchronuous-issues.patch COPY Switch-to-threading.Thread-for-Rally-tasks.patch /tmp/Switch-to-threading.Thread-for-Rally-tasks.patch COPY Allow-offline-testing-in-PodWithClusterIPSvc.patch /tmp/Allow-offline-testing-in-PodWithClusterIPSvc.patch -RUN apk --no-cache add --update python3 py3-pip bash git grep libffi openssl mailcap && \ +RUN apk -U upgrade && \ + apk --no-cache add --update python3 py3-pip bash git grep libffi openssl mailcap && \ apk --no-cache add --virtual .build-deps --update \ python3-dev build-base libffi-dev openssl-dev && \ git init /src/functest-kubernetes && \ -- cgit 1.2.3-korg