view service/rfid_pn532_py/Dockerfile.pyfreefare.x86 @ 403:b4404948d1e8

working on pyfreefare Ignore-this: aaf74e9bbfeac1cafeff31cb2315b29a
author drewp@bigasterisk.com
date Mon, 04 Mar 2019 15:18:46 -0800
parents service/rfid_pn532_py/Dockerfile.pyfreefare@a30ae57209b9
children 19ef0ac8f7f7
line wrap: on
line source

FROM bang6:5000/base_x86

WORKDIR /opt

RUN apt-get install -y python-clang-5.0 libclang-5.0-dev
RUN pip install ctypeslib2

RUN apt-get install -y libnfc5 libfreefare0 libnfc-dev libfreefare-dev 

COPY build_ctypes_modules.sh ./

CMD ["/opt/build_ctypes_modules.sh"]