diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-03-19 19:33:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-03-19 19:33:07 +0000 |
commit | f5ca843b0713553cace946d50beeaf39dbb6b0aa (patch) | |
tree | 734673796de9a67b71f8b201df839febafedec0d /docker/core | |
parent | 94a9c25a4a9a003f17d706e9c17417fa199e37e5 (diff) | |
parent | ee700ae5c7ab1fa3e761c330686f89f3ddefbfd3 (diff) |
Merge "Update to Apine 3.9"
Diffstat (limited to 'docker/core')
-rw-r--r-- | docker/core/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 5e6794c82..127907c35 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -1,11 +1,11 @@ -FROM alpine:3.8 +FROM alpine:3.9 ARG BRANCH=master ARG OPENSTACK_TAG=master ARG PIP_TAG=18.0 RUN apk --no-cache add --update \ - python libffi libssl1.0 libjpeg-turbo py-pip bash \ + python libffi openssl libjpeg-turbo py-pip bash \ grep sed wget ca-certificates git openssh-client qemu-img && \ apk --no-cache add --virtual .build-deps --update \ python-dev build-base linux-headers libffi-dev \ |