From: sousaedu Date: Thu, 8 Apr 2021 13:57:59 +0000 (+0200) Subject: Bugfix 1491 - adding /etc/protocols X-Git-Tag: branch-sol006v331-start~16 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=e4b0c4153709d35221796e0301b4f6b68ae953da Bugfix 1491 - adding /etc/protocols Change-Id: Ib6fa3f6c2c3538aed02c9d6fa122ebc2c6cc5afe Signed-off-by: sousaedu --- diff --git a/docker/RO/Dockerfile b/docker/RO/Dockerfile index 26c148b3..ec88edcb 100644 --- a/docker/RO/Dockerfile +++ b/docker/RO/Dockerfile @@ -28,7 +28,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ python3 -m easy_install pip==21.0.1 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \ - genisoimage=9:1.1.11-3ubuntu2 + genisoimage=9:1.1.11-3ubuntu2 netbase=5.4 ARG PYTHON3_OSM_COMMON_URL ARG PYTHON3_OSM_NG_RO_URL @@ -87,6 +87,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages COPY --from=INSTALL /usr/local/lib/python3.6/dist-packages /usr/local/lib/python3.6/dist-packages COPY --from=INSTALL /usr/bin/genisoimage /usr/bin/genisoimage +COPY --from=INSTALL /etc/protocols /etc/protocols VOLUME /var/log/osm