X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Dockerfile;h=80718edeb65d670faf7c723a9f1d76a0e8114cb5;hp=b81e0dab46af608c48903f8381f50730607dc741;hb=d030ff576501a5d13dd1406b8fa3fc0ead769197;hpb=4b81dfabae6b883bd5cde9c97614bcb410103429 diff --git a/Dockerfile b/Dockerfile index b81e0da..80718ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:16.04 -RUN apt-get update && apt-get -y install git make python3 \ +RUN apt-get update && apt-get -y install git make python python3 \ libcurl4-gnutls-dev libgnutls-dev tox python3-dev \ - debhelper python3-setuptools python3-all apt-utils + debhelper python3-setuptools python-all python3-all apt-utils