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:
Blake Harnden 2022-07-27 16:41:23 -07:00
parent fcf6f30302
commit d8632da96b
2 changed files with 34 additions and 2 deletions

View file

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