aboutsummaryrefslogtreecommitdiffstats
path: root/docker/features/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/features/Dockerfile')
-rw-r--r--docker/features/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile
index ea3bf6e3..16712ab5 100644
--- a/docker/features/Dockerfile
+++ b/docker/features/Dockerfile
@@ -6,7 +6,7 @@ ARG OPNFV_TAG=master
COPY thirdparty-requirements.txt thirdparty-requirements.txt
RUN apk --no-cache add --update make py-pip bash git go \
grep rsync linux-headers musl-dev findutils \
- libffi libssl1.0 libjpeg-turbo && \
+ libffi openssl libjpeg-turbo && \
apk --no-cache add --virtual .build-deps --update \
python-dev libffi-dev openssl-dev libjpeg-turbo-dev && \
pip install \