Skip to content

Commit

Permalink
Dockerfile: add dependencies for opp_runall invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
marecabo authored and riebl committed May 25, 2021
1 parent 42ac46c commit 722de76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ RUN apt-get update && apt-get install -y \
libxerces-c3.2 \
libxml2 \
libzmq5 \
python3 \
make \
&& rm -rf /var/lib/apt/lists/*
COPY --from=omnetpp-build /omnetpp/bin /omnetpp/bin
COPY --from=omnetpp-build /omnetpp/lib /omnetpp/lib
Expand All @@ -89,6 +91,7 @@ COPY --from=artery-build /artery/lib /artery/lib
COPY --from=artery-build /artery/share/ned /artery/share/ned
ENV SUMO_HOME /sumo/share/sumo
ENV PATH /sumo/bin:/omnetpp/bin:$PATH
RUN ln -s /usr/bin/python3 /usr/bin/python
RUN useradd -m artery
RUN mkdir -p /scenario /results && chown -R artery:users /scenario /results
USER artery
Expand Down

0 comments on commit 722de76

Please sign in to comment.