Dockerfile: added apt-utils to allow apt-ftparchive to generate index for deb package... 35/8235/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 25 Nov 2019 16:17:48 +0000 (17:17 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 25 Nov 2019 16:17:48 +0000 (17:17 +0100)
Change-Id: Ieb8614f62d98152d16b88263fa90a1cb48c00bb2
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Dockerfile

index 8eec007..71e649f 100644 (file)
@@ -20,7 +20,7 @@
 FROM ubuntu:16.04
 RUN  apt-get update && \
   DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget && \
 FROM ubuntu:16.04
 RUN  apt-get update && \
   DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget && \
-  DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-all libssl-dev flake8 && \
+  DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-all libssl-dev flake8 apt-utils && \
   DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb
 
 # FROM ubuntu:16.04
   DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb
 
 # FROM ubuntu:16.04