diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-13 21:56:02 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-13 21:57:38 +0100 |
commit | 17d897447aaccd54f2756ff94f9546595bc0450b (patch) | |
tree | 02c2e0ce9b0345bbf3e17fa5f1b535aaf68875cd /docker/core/Dockerfile | |
parent | 53899d16c856c08f1374d06a501cbc2062a1e9c0 (diff) |
Fix CVE-2020-8231
https://build.opnfv.org/ci/view/functest-kubernetes-trivy/job/functest-kubernetes-opnfv-functest-kubernetes-benchmarking-iruya-trivy/2/console
Change-Id: I3dac33ee5d292374f28ee7394324f5e27cd0e318
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 29daddcc6e5b8efb2acf51dfa92b3dd82b69c83a)
Diffstat (limited to 'docker/core/Dockerfile')
-rw-r--r-- | docker/core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 473ace80..317703f4 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -8,7 +8,7 @@ COPY Try-a-quick-fix-vs-asynchronuous-issues.patch /tmp/Try-a-quick-fix-vs-async 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 -U upgrade && \ - apk --no-cache add --update libcurl --repository=http://dl-cdn.alpinelinux.org/alpine/v3.11/main && \ + apk --no-cache add --update libcurl curl --repository=http://dl-cdn.alpinelinux.org/alpine/v3.11/main && \ 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 && \ |