aboutsummaryrefslogtreecommitdiffstats
path: root/docker/features
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-09-14 07:52:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-14 07:52:03 +0000
commitc34e1ef3c7f5cb047fcbdb8f7f3d6ed2b832aa0c (patch)
treed819b8b866d70111de9a102575a29412c270be67 /docker/features
parent42c99773c40f669b18c489a8f8b1c9bbb79d51d9 (diff)
parentbe8f2b0f79e42e595e6e45f17afc47e08acf23cc (diff)
Merge "Optimize Alpine Dockerfiles"
Diffstat (limited to 'docker/features')
-rw-r--r--docker/features/Dockerfile2
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 \