Update Dockerfile

This commit is contained in:
Dag Heyman 2017-03-20 10:01:12 +01:00
parent 9d4ad874ed
commit 72429c7c3d
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -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