aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-13 20:29:02 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-13 20:32:04 +0100
commit7739a7a7b8bf857e4f26bcdfd8a41a86fbd0f4c5 (patch)
tree587c84d6e26e73d620346f85a7b0df922ae830f8
parent5c959e440f641e112191c348906afa518d30d01b (diff)
Upgrade system first
Change-Id: I2d1b7816505370aa326e48c5aba3177a3fa844d3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit c152b35ecff671ea864ea4c55bcc1a7e244c9f73)
-rw-r--r--docker/core/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index a42652be7..a5ff2c387 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -8,7 +8,8 @@ COPY Fixes-race-condition-in-test_add_remove_fixed_ip.patch /tmp/Fixes-race-cond
COPY object-storage-fix-and-cleanup-header-checks.patch /tmp/object-storage-fix-and-cleanup-header-checks.patch
COPY Switch-to-threading.Thread-for-Rally-tasks.patch /tmp/Switch-to-threading.Thread-for-Rally-tasks.patch
COPY Create-new-server-in-test_create_backup.patch /tmp/Create-new-server-in-test_create_backup.patch
-RUN apk --no-cache add --update \
+RUN apk -U upgrade && \
+ apk --no-cache add --update \
python3 libffi openssl libjpeg-turbo py3-pip bash \
grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils mailcap \
libstdc++ && \