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 && \
|
||||
git checkout ${BRANCH} && \
|
||||
./setup.sh && \
|
||||
. /root/.bashrc && \
|
||||
inv install -v -p ${PREFIX} && \
|
||||
PATH=/root/.local/bin:$PATH inv install -v -p ${PREFIX} && \
|
||||
cd /opt && \
|
||||
rm -rf ospf-mdr
|
||||
|
||||
|
|
Loading…
Reference in a new issue