X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fosmclient%2FDockerfile;h=7c46007666dc3ae15bbcbd2ea89b9e872b02f5b2;hb=refs%2Fchanges%2F02%2F11102%2F1;hp=f5980ad6ec1eb97a2d55764184bc7829fb5e5dd8;hpb=41165ed261e63bb6c87c3064bfc9d3d700d8cd0a;p=osm%2Fdevops.git diff --git a/docker/osmclient/Dockerfile b/docker/osmclient/Dockerfile index f5980ad6..7c460076 100644 --- a/docker/osmclient/Dockerfile +++ b/docker/osmclient/Dockerfile @@ -23,13 +23,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ python3=3.6.7-1~18.04 \ python3-dev=3.6.7-1~18.04 \ python3-setuptools=39.0.1-2 \ - curl=7.58.0-2ubuntu3.13 && \ + curl=7.58.0-2ubuntu3.14 \ + libcurl4-openssl-dev=7.58.0-2ubuntu3.14 \ + libssl-dev=1.1.1-1ubuntu2.1~18.04.9 && \ python3 -m easy_install pip==21.0.1 -RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \ - libcurl4-openssl-dev=7.58.0-2ubuntu3.13 \ - libssl-dev=1.1.1-1ubuntu2.1~18.04.9 - ARG PYTHON3_OSMCLIENT_URL ARG PYTHON3_OSM_IM_URL