X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Dockerfile;h=88aae5d6ef97b8fa2f6a15a4dc055df6dec84be6;hp=53e48bb4ee513c5e5dddd8812aa4f64f8f6214ac;hb=b8ff39bee1fffc09564f911ab522269306163f84;hpb=ca6eb9540fb659eb36f0ec9d5bbf1ebfce3f1958 diff --git a/Dockerfile b/Dockerfile index 53e48bb..88aae5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:16.04 +FROM ubuntu:18.04 RUN apt-get update && apt-get -y install git make python python3 \ - libcurl4-gnutls-dev libgnutls-dev tox python3-dev \ - debhelper python3-setuptools python-all python3-all apt-utils + libcurl4-gnutls-dev libgnutls28-dev tox python3-dev python3-pip \ + debhelper python3-setuptools python-all python3-all apt-utils