# HG changeset patch # User drewp@bigasterisk.com # Date 1554634731 25200 # Node ID f134b64a0ab7d8ff0cc43d515d09be2260984d1e # Parent be76e9677a9958ca10ba303f518eb8232c6b7d0f py3, rfid-console rename Ignore-this: 1b28d912e8847685a87c0c9ccb703608 diff -r be76e9677a99 -r f134b64a0ab7 service/rfid_pn532_py/Dockerfile.pi --- a/service/rfid_pn532_py/Dockerfile.pi Sun Apr 07 03:58:05 2019 -0700 +++ b/service/rfid_pn532_py/Dockerfile.pi Sun Apr 07 03:58:51 2019 -0700 @@ -1,13 +1,13 @@ FROM bang6:5000/base_pi WORKDIR /opt -RUN apt-get install -y libnfc5 libfreefare0 libnfc-dev libfreefare-dev -RUN apt-get install -y python3-nose2 +RUN apt-get install -y libnfc5 libfreefare0 libnfc-dev libfreefare-dev python3-nose2 libffi-dev COPY pyfreefare-build-pi ./pyfreefare-build COPY requirements.txt . -RUN pip3 install -r requirements.txt -RUN pip3 install -v -U 'https://github.com/drewp/cyclone/archive/python3.zip' +RUN pip3 install -Ur requirements.txt +# not sure why this doesn't work from inside requirements.txt +RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip' COPY *.py *.html ./ diff -r be76e9677a99 -r f134b64a0ab7 service/rfid_pn532_py/Dockerfile.x86 --- a/service/rfid_pn532_py/Dockerfile.x86 Sun Apr 07 03:58:05 2019 -0700 +++ b/service/rfid_pn532_py/Dockerfile.x86 Sun Apr 07 03:58:51 2019 -0700 @@ -7,6 +7,7 @@ COPY requirements.txt . RUN pip3 install -r requirements.txt +# not sure why this doesn't work from inside requirements.txt RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip' COPY *.py *.html ./ diff -r be76e9677a99 -r f134b64a0ab7 service/rfid_pn532_py/index.html --- a/service/rfid_pn532_py/index.html Sun Apr 07 03:58:05 2019 -0700 +++ b/service/rfid_pn532_py/index.html Sun Apr 07 03:58:51 2019 -0700 @@ -31,8 +31,26 @@ }; +
-