diff options
-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 cecbe72a4..f2fd8555f 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -4,6 +4,7 @@ ARG BRANCH=stable/hunter ARG OPENSTACK_TAG=stable/rocky 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 \ python libffi openssl libjpeg-turbo py-pip bash \ grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils mailcap \ |