fix: cleanup for onboarding

This commit is contained in:
Sebastian Rust
2024-08-02 09:25:19 +02:00
parent d52eceb5a0
commit 9b465abc04
10 changed files with 146 additions and 116 deletions

View File

@@ -60,13 +60,13 @@ RUN mv ./ns-allinone-$VERSION/ns-$VERSION /ns3/$VERSION && ln -s /ns3/$VERSION /
WORKDIR /ns3/latest
# Configure
RUN ./ns3 configure
#--enable-examples --enable-tests
RUN ./ns3 configure \
--enable-examples --enable-tests
# Build
RUN ./ns3 build
ENV PATH="/ns3/latest :${PATH}"
ENV PATH="/ns3/latest:${PATH}"
# Test
#RUN ./test.py