Remove obsolete Alpine packages 39/52839/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 28 Feb 2018 15:13:05 +0000 (16:13 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 28 Feb 2018 15:13:05 +0000 (16:13 +0100)
Change-Id: Ibaaaab6af46cf3bf76be5442f5e155de592e727e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/Dockerfile

index 32e3877..857ae6c 100644 (file)
@@ -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 \