X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=b0e81bbfd0a28acacffa9162ca424495f75eded5;hb=3149f26911d1c239f674d5918f67ae802b0e671c;hp=56b990df11c3557b5b96689ce67e4f945d3c2215;hpb=f578e55acd56e8bb15bda3604f9192280988105c;p=osm%2FLCM.git 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