mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 22:03:55 +03:00
Update Dockerfile
This commit is contained in:
parent
9d4ad874ed
commit
72429c7c3d
@ -28,7 +28,7 @@ RUN apt-get install -qq \
|
||||
python3-dev \
|
||||
yubikey-manager
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN git clone --recursive -b qml-rewrite https://github.com/Yubico/yubioath-desktop
|
||||
RUN git clone --recursive https://github.com/Yubico/yubioath-desktop
|
||||
RUN echo "DEFINES += QT_NO_DEBUG_OUTPUT" >> yubioath-desktop/vendor/pyotherside/src/src.pro
|
||||
RUN cd yubioath-desktop/vendor/pyotherside && qmake -qt=qt5 && make && make install
|
||||
RUN cd yubioath-desktop && qmake -qt=qt5 && make
|
||||
|
Loading…
Reference in New Issue
Block a user