From d09f777645185416d3f198507b4fa78ef38f0df0 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Tue, 7 Mar 2023 10:43:11 -0800 Subject: [PATCH] update centos dockerfile to avoid installing unwanted python system packages --- dockerfiles/Dockerfile.centos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.centos b/dockerfiles/Dockerfile.centos index c8e8982b..6a33039c 100644 --- a/dockerfiles/Dockerfile.centos +++ b/dockerfiles/Dockerfile.centos @@ -43,7 +43,7 @@ RUN wget https://www.python.org/ftp/python/3.9.15/Python-3.9.15.tgz && \ RUN git clone https://github.com/coreemu/core && \ cd core && \ git checkout ${BRANCH} && \ - PYTHON=/usr/local/bin/python3.9 ./setup.sh && \ + NO_SYSTEM=1 PYTHON=/usr/local/bin/python3.9 ./setup.sh && \ . /root/.bashrc && PYTHON=/usr/local/bin/python3.9 inv install -v -p ${PREFIX} --no-python # install emane