From: garciadeblas Date: Thu, 21 Mar 2019 15:32:00 +0000 (+0100) Subject: Added apt-utils to Dockerfile for stage-archive.sh X-Git-Tag: v6.0.0~16 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLCM.git;a=commitdiff_plain;h=f79bff4957552d5539b2b2cb0c445d0d020de78f Added apt-utils to Dockerfile for stage-archive.sh Change-Id: If11e4004f49fde04e33d1f833f34f25bf62943d9 Signed-off-by: garciadeblas --- diff --git a/Dockerfile b/Dockerfile index 56b990d..b0e81bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,11 +22,11 @@ FROM ubuntu:16.04 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make debhelper wget \ - python-all python3 python3-pip python3-all && \ + python-all python3 python3-pip python3-all apt-utils && \ DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb # TODO delete if not needed: -# libcurl4-gnutls-dev libgnutls-dev python-dev python3-dev python-setuptools apt-utils +# libcurl4-gnutls-dev libgnutls-dev python-dev python3-dev python-setuptools # Uncomment this block to generate automatically a debian package and show info