update centos dockerfile to avoid installing unwanted python system packages
This commit is contained in:
parent
f8d2b47fa9
commit
d09f777645
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
RUN git clone https://github.com/coreemu/core && \
|
||||||
cd core && \
|
cd core && \
|
||||||
git checkout ${BRANCH} && \
|
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
|
. /root/.bashrc && PYTHON=/usr/local/bin/python3.9 inv install -v -p ${PREFIX} --no-python
|
||||||
|
|
||||||
# install emane
|
# install emane
|
||||||
|
|
Loading…
Reference in a new issue