Skip to content

Commit

Permalink
install: updated dockerfile for repo based ubuntu install
Browse files Browse the repository at this point in the history
  • Loading branch information
bharnden committed Jul 25, 2023
1 parent 648f542 commit 544ad9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 544ad9b

Please sign in to comment.