diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-09-14 07:52:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-14 07:52:03 +0000 |
commit | c34e1ef3c7f5cb047fcbdb8f7f3d6ed2b832aa0c (patch) | |
tree | d819b8b866d70111de9a102575a29412c270be67 /docker/features | |
parent | 42c99773c40f669b18c489a8f8b1c9bbb79d51d9 (diff) | |
parent | be8f2b0f79e42e595e6e45f17afc47e08acf23cc (diff) |
Merge "Optimize Alpine Dockerfiles"
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 c70b36288..8b0a2f60c 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -7,7 +7,7 @@ COPY thirdparty-requirements.txt thirdparty-requirements.txt RUN apk --no-cache add --update nodejs nodejs-npm python3 sshpass && \ apk --no-cache add --virtual .build-deps --update \ python-dev build-base linux-headers libffi-dev \ - openssl-dev libjpeg-turbo-dev git && \ + openssl-dev libjpeg-turbo-dev && \ pip install --no-cache-dir --src /src \ -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \ -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \ |