From 544ad9b638c274234f1ead39b48bdf6142c69541 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:12:24 -0700 Subject: [PATCH] install: updated dockerfile for repo based ubuntu install --- dockerfiles/Dockerfile.ubuntu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dockerfiles/Dockerfile.ubuntu b/dockerfiles/Dockerfile.ubuntu index 9762fd05..8eceebf7 100644 --- a/dockerfiles/Dockerfile.ubuntu +++ b/dockerfiles/Dockerfile.ubuntu @@ -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