From 22b982b2156111e04a5d16da6c640ce3028a8916 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 28 Feb 2018 16:13:05 +0100 Subject: Remove obsolete Alpine packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibaaaab6af46cf3bf76be5442f5e155de592e727e Signed-off-by: Cédric Ollivier --- docker/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docker/Dockerfile') 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 \ -- cgit 1.2.3-korg