Fix CVE-2020-8231 41/72041/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 13 Feb 2021 19:33:00 +0000 (20:33 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 13 Feb 2021 19:33:00 +0000 (20:33 +0100)
Change-Id: Icb7cc7bd7e20c0fb1a8074513d5852114c137903
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index a5ff2c3..8ff4a3d 100644 (file)
@@ -9,6 +9,7 @@ COPY object-storage-fix-and-cleanup-header-checks.patch /tmp/object-storage-fix-
 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 -U upgrade && \
+    apk --no-cache add --update libcurl --repository=http://dl-cdn.alpinelinux.org/alpine/v3.11/main && \
     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 \