Skip to content
Snippets Groups Projects
Commit e4b0c415 authored by sousaedu's avatar sousaedu
Browse files

Bugfix 1491 - adding /etc/protocols


Change-Id: Ib6fa3f6c2c3538aed02c9d6fa122ebc2c6cc5afe
Signed-off-by: default avatarsousaedu <eduardo.sousa@canonical.com>
parent 249cd461
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment