Skip to content

Commit

Permalink
Update pip command for Qt image
Browse files Browse the repository at this point in the history
For some reason the pip package doesn't seem to have the pip3 executable alias anymore
  • Loading branch information
cyderize committed Nov 27, 2023
1 parent 13a0ec0 commit 8c9565d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.qt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ RUN dnf install -y \
python39 \
python39-devel \
python39-pip && dnf clean all -y && rm -rf /var/cache/dnf
RUN pip3 install -U setuptools wheel
RUN source /opt/rh/gcc-toolset-12/enable && pip3 install aqtinstall
RUN pip3.9 install -U setuptools wheel
RUN source /opt/rh/gcc-toolset-12/enable && pip3.9 install aqtinstall
RUN aqt install-qt -O /qt linux desktop $QT_VERSION -m qtwebsockets

FROM base
Expand Down

0 comments on commit 8c9565d

Please sign in to comment.