Skip to content

Commit

Permalink
Whoops.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Jul 19, 2023
1 parent d1b01cd commit 192cff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN set -ex; \
LANG=C ${DNF} install ${INSTALL_PKGS} ${INSTALL_PKGS_BUILD} && \
python3.11 -m venv "${VIRTUAL_ENV}" && \
PYTHON="${VIRTUAL_ENV}/bin/python3" && \
${PYTHON} -m pip3.11 install -U pip wheel && \
${PYTHON} -m pip3.11 install -r /tmp/requirements.txt && \
${PYTHON} -m pip install -U pip wheel && \
${PYTHON} -m pip install -r /tmp/requirements.txt && \
${DNF} autoremove ${INSTALL_PKGS_BUILD} && \
${DNF} clean all --enablerepo='*'

Expand Down

0 comments on commit 192cff3

Please sign in to comment.