install: fixed install.md error for docker build command, fixed default dockerfile example for centos package install to not use NO_VENV
This commit is contained in:
parent
fcf6f30302
commit
d8632da96b
2 changed files with 34 additions and 2 deletions
|
@ -12,4 +12,4 @@ RUN python3 -m pip install --upgrade pip
|
|||
# install core
|
||||
WORKDIR /opt/core
|
||||
COPY core_*.rpm .
|
||||
RUN NO_VENV=1 yum install -y ./core_*.rpm
|
||||
RUN yum install -y ./core_*.rpm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue