mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 05:52:40 +03:00
Linux: bump pyotherside to 5.1.9
This commit is contained in:
parent
04efad975f
commit
0f8826d13b
@ -26,10 +26,10 @@ RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-instal
|
||||
&& pyenv update \
|
||||
&& pyenv install --force 3.7.4 \
|
||||
&& pyenv global 3.7.4 \
|
||||
&& wget https://github.com/thp/pyotherside/archive/1.5.8.tar.gz \
|
||||
&& tar -xzvf 1.5.8.tar.gz \
|
||||
&& echo "DEFINES += QT_NO_DEBUG_OUTPUT" >> pyotherside-1.5.8/src/src.pro \
|
||||
&& cd pyotherside-1.5.8/src \
|
||||
&& wget https://github.com/thp/pyotherside/archive/1.5.9.tar.gz \
|
||||
&& tar -xzvf 1.5.9.tar.gz \
|
||||
&& echo "DEFINES += QT_NO_DEBUG_OUTPUT" >> pyotherside-1.5.9/src/src.pro \
|
||||
&& cd pyotherside-1.5.9/src \
|
||||
&& qmake \
|
||||
&& make \
|
||||
&& make install
|
||||
|
Loading…
Reference in New Issue
Block a user