X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FRO%2FDockerfile;h=fbb191a8a3c77039d088f9eabc53ecba72213c1c;hb=b89f26b8b330e5af11dc47c06c4e65cbbcd0a52b;hp=ec88edcb3d3e80dd549bc274102dfad89f515114;hpb=8686601c00337e33edb3f74d79d61c68d61d135f;p=osm%2Fdevops.git diff --git a/docker/RO/Dockerfile b/docker/RO/Dockerfile index ec88edcb..fbb191a8 100644 --- a/docker/RO/Dockerfile +++ b/docker/RO/Dockerfile @@ -24,12 +24,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 \ + genisoimage=9:1.1.11-3ubuntu2 \ + netbase=5.4 && \ python3 -m easy_install pip==21.0.1 -RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \ - genisoimage=9:1.1.11-3ubuntu2 netbase=5.4 - ARG PYTHON3_OSM_COMMON_URL ARG PYTHON3_OSM_NG_RO_URL ARG PYTHON3_OSM_RO_PLUGIN_URL