X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=cdef695588e76a2338b84a156223a712ace5db67;hb=e99ec1eb7b422f813a96f100b6ca1e6c3c616a8a;hp=68a68909b7bd76285d8dd7ee6acdaa24ce68c46e;hpb=f6bbe22d9906cde52f86658daa9ee444f2ec3a6e;p=osm%2FRO.git 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 && \