mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
try with relative path again
This commit is contained in:
parent
185a4a19b9
commit
4682439fcf
@ -29,7 +29,7 @@ RUN apt-get install -qq \
|
||||
python3-dev
|
||||
RUN pip3 install --upgrade pip
|
||||
COPY . yubioath-desktop
|
||||
RUN pip3 install -r yubioath-desktop/requirements.txt
|
||||
RUN cd yubioath-desktop && pip3 install -r requirements.txt
|
||||
RUN cd yubioath-desktop && qmake -qt=qt5 && make
|
||||
RUN cd yubioath-desktop && debuild -us -uc
|
||||
RUN mkdir /deb && mv /yubioath-desktop_* /deb
|
||||
|
@ -1,2 +1,2 @@
|
||||
yubikey-manager>=0.6,<0.7
|
||||
py/qr
|
||||
./py/qr
|
||||
|
Loading…
Reference in New Issue
Block a user