diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-18 21:20:28 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-19 09:29:02 +0100 |
commit | 443b83ef45b4b58b46dcf0c4a7e50e9d379547ff (patch) | |
tree | 936ee92044cb099c9deed06be6e862e8746e56ad /docker/features | |
parent | fd130c880d4d185153efe3e3e0aa24c95052c320 (diff) |
Update to Apine 3.9
It updates to the latest Alpine release [1]
[1] https://www.alpinelinux.org/posts/Alpine-3.9.0-released.html
Change-Id: I4afbc1d4830647f11509a02df5820ce7d33541ae
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/features')
-rw-r--r-- | docker/features/Dockerfile | 2 |
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 \ |