We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4ad87 commit 72429c7Copy full SHA for 72429c7
docker/xenial/Dockerfile
@@ -28,7 +28,7 @@ RUN apt-get install -qq \
28
python3-dev \
29
yubikey-manager
30
RUN pip3 install --upgrade pip
31
-RUN git clone --recursive -b qml-rewrite https://github.com/Yubico/yubioath-desktop
+RUN git clone --recursive https://github.com/Yubico/yubioath-desktop
32
RUN echo "DEFINES += QT_NO_DEBUG_OUTPUT" >> yubioath-desktop/vendor/pyotherside/src/src.pro
33
RUN cd yubioath-desktop/vendor/pyotherside && qmake -qt=qt5 && make && make install
34
RUN cd yubioath-desktop && qmake -qt=qt5 && make
0 commit comments