aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index b5d9c7e1..028d34ef 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -4,8 +4,8 @@ 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 py-pip bash git mailcap libxml2 libxslt && \
- apk --no-cache add --update libcurl --repository=http://dl-cdn.alpinelinux.org/alpine/v3.10/main && \
apk --no-cache add --virtual .build-deps --update \
python-dev build-base libxml2-dev libxslt-dev && \
case $(uname -m) in aarch*|arm*) CFLAGS="-O0" \