Mercurial > code > home > repos > homeauto
view service/rfid_pn532_py/Dockerfile.pyfreefare @ 401:a30ae57209b9
tags module and pynfc build steps
Ignore-this: 11baf8329ae6e942eba2330a15abe675
author | drewp@bigasterisk.com |
---|---|
date | Wed, 27 Feb 2019 10:28:44 -0800 |
parents | |
children |
line wrap: on
line source
FROM bang6:5000/base_x86 WORKDIR /opt RUN apt-get install -y python-clang-6.0 libclang-6.0-dev RUN pip install ctypeslib2 RUN apt-get install -y libnfc5 libfreefare0 libnfc-dev libfreefare-dev