Added apt-utils to Dockerfile for stage-archive.sh 51/7351/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 21 Mar 2019 15:32:00 +0000 (16:32 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 9 Apr 2019 16:53:32 +0000 (18:53 +0200)
Change-Id: If11e4004f49fde04e33d1f833f34f25bf62943d9
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Dockerfile

index 56b990d..b0e81bb 100644 (file)
@@ -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