Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nilvana-taka committed Aug 27, 2022
1 parent 1bb53b5 commit bfdbcf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jp50.qt515.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ RUN cd /root/ && git clone git://code.qt.io/pyside/pyside-setup.git && \
git checkout 5.15.2 && \
python3 setup.py build --qmake=/usr/local/Qt-5.15.2/bin/qmake

RUN cd /root/pyside-setup && python3 setup.py --only-package bdist_wheel
RUN cd /root/pyside-setup && python3 setup.py bdist_wheel --qmake=/usr/local/Qt-5.15.2/bin/qmake --only-package --ignore-git

0 comments on commit bfdbcf9

Please sign in to comment.