diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-13 19:38:29 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-13 19:39:50 +0100 |
commit | 53899d16c856c08f1374d06a501cbc2062a1e9c0 (patch) | |
tree | e491b1daee38853ae7539552c09b89730ef3fa31 /docker | |
parent | b6150f90dfb695793e2a3ca77534ee4fc82d1de0 (diff) |
Fix CVE-2020-8231
https://build.opnfv.org/ci/view/functest-kubernetes-trivy/job/functest-kubernetes-opnfv-functest-kubernetes-benchmarking-hunter-trivy/1/console
Change-Id: Icd687fbc1f99a1a741271179dc2289cc884f1bdf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit c9efbc79d9c7b23a90a85303d9fc8007bbc2bb60)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/core/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 5614e47c..473ace80 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -8,6 +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 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 && \ |