update centos dockerfile to avoid installing unwanted python system packages

This commit is contained in:
Blake Harnden 2023-03-07 10:43:11 -08:00
parent f8d2b47fa9
commit d09f777645

View file

@ -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