X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fosmclient%2FDockerfile;h=f5980ad6ec1eb97a2d55764184bc7829fb5e5dd8;hb=refs%2Fchanges%2F84%2F10584%2F1;hp=39b596d6c496fb0694deb2ba95e62d33faee9781;hpb=f1f5b7660c3cebb57f9cdfd596734443b83fa6c4;p=osm%2Fdevops.git diff --git a/docker/osmclient/Dockerfile b/docker/osmclient/Dockerfile index 39b596d6..f5980ad6 100644 --- a/docker/osmclient/Dockerfile +++ b/docker/osmclient/Dockerfile @@ -27,7 +27,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ python3 -m easy_install pip==21.0.1 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \ - libcurl4-openssl-dev=7.58.0-2ubuntu3.13 + 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 @@ -51,4 +52,4 @@ COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-package COPY --from=INSTALL /usr/local/lib/python3.6/dist-packages /usr/local/lib/python3.6/dist-packages ENV OSM_SOL005=True -ENV OSM_HOSTNAME=nbi:9999 \ No newline at end of file +ENV OSM_HOSTNAME=nbi:9999