install: updated dockerfile for repo based ubuntu install
This commit is contained in:
parent
648f5425b5
commit
544ad9b638
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ RUN git clone https://github.com/coreemu/core && \
|
||||||
cd core && \
|
cd core && \
|
||||||
git checkout ${BRANCH} && \
|
git checkout ${BRANCH} && \
|
||||||
./setup.sh && \
|
./setup.sh && \
|
||||||
. /root/.bashrc && \
|
PATH=/root/.local/bin:$PATH inv install -v -p ${PREFIX} && \
|
||||||
inv install -v -p ${PREFIX} && \
|
|
||||||
cd /opt && \
|
cd /opt && \
|
||||||
rm -rf ospf-mdr
|
rm -rf ospf-mdr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue