diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-13 06:15:32 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-13 19:13:10 +0200 |
commit | be8f2b0f79e42e595e6e45f17afc47e08acf23cc (patch) | |
tree | 3ecf5eb5c509964cab05a8907a692b92544c12a3 /docker/features/Dockerfile | |
parent | 0e491adc1b1a1fc16db22c160e08b16d19cae45a (diff) |
Optimize Alpine Dockerfiles
It mainly splits vnfs runtime and build dependencies to save space at
the end.
Change-Id: I8307fa416066cc8c50b96862de8bafd2c47a2ace
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/features/Dockerfile')
-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 \ |