"...git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "6bc85464bdd03b2c8218e4b8f4fdeb7b128a9484"
Commit c6d09e9e authored by Jialin Li's avatar Jialin Li
Browse files

docker: add ns-3 to docker image build

parent 13416558
......@@ -10,6 +10,8 @@ RUN git submodule update --init sims/external/gem5 \
&& bash docker/cleanup_gem5.sh
RUN git submodule update --init sims/external/femu \
&& make -j `nproc` sims/external/femu/ready
RUN git submodule update --init sims/external/ns-3 \
&& make -j `nproc` sims/external/ns-3/ready
RUN make -j `nproc` build-images-min COMPRESSED_IMAGES=true \
&& bash docker/cleanup_images.sh
ENV PYTHONPATH=/simbricks/experiments
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment