try with relative path again

This commit is contained in:
Dag Heyman 2018-02-16 15:59:59 +01:00
parent 185a4a19b9
commit 4682439fcf
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,2 +1,2 @@
yubikey-manager>=0.6,<0.7
py/qr
./py/qr