docker master

This commit is contained in:
Olof Hagsand 2018-11-05 21:16:12 +00:00
parent a49c007800
commit d5390fc808

View file

@ -46,7 +46,7 @@ WORKDIR /clixon
# Clone cligen and clixon
RUN git clone https://github.com/olofhagsand/cligen.git
RUN git clone -b develop https://github.com/clicon/clixon.git
RUN git clone https://github.com/clicon/clixon.git
# Build cligen
WORKDIR /clixon/cligen