X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=376bb2b1052b625c386013bf3c1fb04d2eda2f13;hb=03afcaad2415afaa9a7794a682239a8887b6071b;hp=153a6d27fa595c756c27f7a873875ea7955dac14;hpb=cca77765cc8d43a0a5524e3754b7587b149300b4;p=osm%2FMON.git diff --git a/Dockerfile b/Dockerfile index 153a6d2..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 && \ + DEBIAN_FRONTEND=noninteractive apt-get --yes install libxml2 python3-all libssl-dev && \ DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb