Skip to content

Commit 72429c7

Browse files
committed
Update Dockerfile
1 parent 9d4ad87 commit 72429c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/xenial/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get install -qq \
2828
python3-dev \
2929
yubikey-manager
3030
RUN pip3 install --upgrade pip
31-
RUN git clone --recursive -b qml-rewrite https://github.com/Yubico/yubioath-desktop
31+
RUN git clone --recursive https://github.com/Yubico/yubioath-desktop
3232
RUN echo "DEFINES += QT_NO_DEBUG_OUTPUT" >> yubioath-desktop/vendor/pyotherside/src/src.pro
3333
RUN cd yubioath-desktop/vendor/pyotherside && qmake -qt=qt5 && make && make install
3434
RUN cd yubioath-desktop && qmake -qt=qt5 && make

0 commit comments

Comments
 (0)