From: Cédric Ollivier Date: Wed, 28 Feb 2018 15:13:05 +0000 (+0100) Subject: Remove obsolete Alpine packages X-Git-Tag: 0.2~4 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F52839%2F1;p=functest-xtesting.git Remove obsolete Alpine packages Change-Id: Ibaaaab6af46cf3bf76be5442f5e155de592e727e Signed-off-by: Cédric Ollivier --- 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 \