X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=058c50674a4ea8570aab375ff8857ed5906fde5d;hp=b7a8a91ca7d15de36614d9b515407a639fe867ee;hb=cbc3bb0eee9197b2e64c9a83c43619d8a6f422bc;hpb=80d61ec5bbbdd0c45602a9e53c41fe3dff9b50be diff --git a/Dockerfile b/Dockerfile index b7a8a91..058c506 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM ubuntu:16.04 RUN apt-get update && apt-get -y install git make python python3 \ libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \ - debhelper python-setuptools python-all apt-utils + debhelper python-setuptools python-all python3-all apt-utils