Skip to content

Commit

Permalink
update qt build cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jun 7, 2024
1 parent 4679087 commit 61c4c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opencv_python/Dockerfile.stage2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM base

RUN curl -O -L https://download.qt.io/official_releases/qt/5.15/${QT_VERSION}/single/qt-everywhere-src-${QT_VERSION}.tar.xz && \
tar -xf qt-everywhere-src-${QT_VERSION}.tar.xz && \
RUN curl -C - -O -L https://download.qt.io/archive/qt/5.15/${QT_VERSION}/single/qt-everywhere-opensource-src-${QT_VERSION}.tar.xz && \
tar -xf qt-everywhere-opensource-src-${QT_VERSION}.tar.xz && \
cd qt-everywhere-src-${QT_VERSION} && \
export MAKEFLAGS=-j$(nproc) && \
export PREV_PATH=$PATH && \
Expand Down

0 comments on commit 61c4c52

Please sign in to comment.