aboutsummaryrefslogtreecommitdiffstats
path: root/docker/core/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/core/Dockerfile')
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 72e4775f..e1d55dcc 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 python py-pip bash git grep libffi openssl mailcap && \
apk --no-cache add --virtual .build-deps --update \
python-dev build-base libffi-dev openssl-dev && \