We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34c8cb commit 3e83cc0Copy full SHA for 3e83cc0
utils/Dockerfile
@@ -1,13 +1,10 @@
1
-FROM ubuntu:14.04
+FROM ns3dce/ubuntu14.04:0.1
2
MAINTAINER Hajime Tazaki <[email protected]>
3
4
-RUN apt-get update
5
-RUN apt-get install -y mercurial libexpat1-dev git-core build-essential bison flex libssl-dev libdb-dev libpcap-dev libc6-dbg libsysfs-dev gawk indent pkg-config autoconf automake
6
-
7
-WORKDIR /var/lib/dce-linux-dev
8
# bake
9
-RUN mkdir -p /var/lib/dce-linux-dev
10
-RUN hg clone http://code.nsnam.org/bake
+RUN mkdir -p /home/ns3dce/dce-linux-dev
+WORKDIR /home/ns3dce/dce-linux-dev
+RUN git clone https://github.com/thehajime/bake
11
12
RUN ./bake/bake.py configure -e dce-linux-dev -e dce-umip-dev
13
RUN ./bake/bake.py download
0 commit comments