X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=9392d74f2b60d035b15b58b10dd919cb174735e6;hb=456d0f323cfcb5fe6b8cad5a6c3e6633875633cd;hp=153a6d27fa595c756c27f7a873875ea7955dac14;hpb=31c6f75e3de00a15174be49145f1a3bbe83063b1;p=osm%2FMON.git diff --git a/Dockerfile b/Dockerfile index 153a6d2..9392d74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,5 +25,5 @@ FROM ubuntu:16.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 libmysqlclient-dev libxml2 python3-all libssl-dev && \ DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb