X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=376bb2b1052b625c386013bf3c1fb04d2eda2f13;hb=03afcaad2415afaa9a7794a682239a8887b6071b;hp=9392d74f2b60d035b15b58b10dd919cb174735e6;hpb=c0da257ff744282c178594bab0b50ee3a0f3416e;p=osm%2FMON.git diff --git a/Dockerfile b/Dockerfile index 9392d74..376bb2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,8 @@ #__author__ = "Prithiv Mohan" #__date__ = "25/Sep/2017" -FROM ubuntu:16.04 +FROM ubuntu:18.04 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget && \ - DEBIAN_FRONTEND=noninteractive apt-get --yes install libmysqlclient-dev libxml2 python3-all libssl-dev && \ + DEBIAN_FRONTEND=noninteractive apt-get --yes install libxml2 python3-all libssl-dev && \ DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb