From: garciadeblas Date: Thu, 21 Mar 2019 15:33:57 +0000 (+0100) Subject: Added apt-utils to Dockerfile for stage-archive.sh X-Git-Tag: v6.0.0~26 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=e99ec1eb7b422f813a96f100b6ca1e6c3c616a8a;p=osm%2FRO.git Added apt-utils to Dockerfile for stage-archive.sh Change-Id: I0880b8e71ac24fd222068f130081e4535906ab14 Signed-off-by: garciadeblas --- diff --git a/Dockerfile b/Dockerfile index 68a68909..cdef6955 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ FROM ubuntu:16.04 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get -y install git make python python-pip debhelper python3 python3-all python3-pip python3-setuptools && \ - DEBIAN_FRONTEND=noninteractive apt-get -y install wget tox && \ + DEBIAN_FRONTEND=noninteractive apt-get -y install wget tox apt-utils && \ DEBIAN_FRONTEND=noninteractive pip install pip==9.0.3 && \ DEBIAN_FRONTEND=noninteractive pip3 install pip==9.0.3 && \ DEBIAN_FRONTEND=noninteractive pip install -U setuptools setuptools-version-command stdeb && \