summaryrefslogtreecommitdiffstats
path: root/docker/restapi
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/restapi
parent42c99773c40f669b18c489a8f8b1c9bbb79d51d9 (diff)
parentbe8f2b0f79e42e595e6e45f17afc47e08acf23cc (diff)
Merge "Optimize Alpine Dockerfiles"
Diffstat (limited to 'docker/restapi')
-rw-r--r--docker/restapi/Dockerfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/docker/restapi/Dockerfile b/docker/restapi/Dockerfile
index 4b447a228..2c7560286 100644
--- a/docker/restapi/Dockerfile
+++ b/docker/restapi/Dockerfile
@@ -9,11 +9,12 @@ ARG VIMS_TAG=stable
COPY thirdparty-requirements.txt thirdparty-requirements.txt
RUN apk --no-cache add --update nodejs nodejs-npm python3 sshpass \
- ruby ruby-dev ruby-bundler ruby-irb ruby-rdoc dnsmasq \
- procps git g++ make libxslt-dev libxml2-dev zlib-dev libffi-dev && \
+ ruby ruby-bundler ruby-irb ruby-rdoc dnsmasq \
+ procps libxslt libxml2 zlib libffi && \
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 \
+ ruby-dev g++ make libxslt-dev libxml2-dev zlib-dev libffi-dev && \
git clone --depth 1 https://github.com/openstack/refstack-client.git /src/refstack-client && \
(cd src/refstack-client && git checkout -b $REFSTACK_TAG) && \
update-requirements -s --source /src/openstack-requirements /src/refstack-client/ && \