X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=db227e72bc53be8ade9ed682d0b762b617f02c6c;hb=85a9185db3248f1e3f20c8edad95ab77b8ee989c;hp=9392d74f2b60d035b15b58b10dd919cb174735e6;hpb=c0da257ff744282c178594bab0b50ee3a0f3416e;p=osm%2FMON.git diff --git a/Dockerfile b/Dockerfile index 9392d74..db227e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ #__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 && \