aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-02-28 16:13:05 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-02-28 16:13:05 +0100
commit22b982b2156111e04a5d16da6c640ce3028a8916 (patch)
tree69cbb48485b9a872ef1d94c465f5e6fc61c7287e
parent76097ed108f7ac2ff8ecd69f3174bb086e0fe939 (diff)
Remove obsolete Alpine packages
Change-Id: Ibaaaab6af46cf3bf76be5442f5e155de592e727e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 32e38778..857ae6ce 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -3,9 +3,7 @@ FROM alpine:3.7
ARG BRANCH=master
ARG OPENSTACK_TAG=stable/pike
-RUN apk --no-cache add --update \
- python libffi libssl1.0 libjpeg-turbo py-pip bash \
- grep sed wget ca-certificates git && \
+RUN apk --no-cache add --update python py-pip bash git && \
git clone https://gerrit.opnfv.org/gerrit/functest-xtesting /src/functest-xtesting && \
(cd /src/functest-xtesting && git fetch origin $BRANCH && git checkout FETCH_HEAD) && \
pip install --no-cache-dir --src /src \