view service/rfid_pn532_py/Dockerfile.pyfreefare.pi @ 1444:4afb1830bb5e

use rx version 3.x Ignore-this: 4232f8e780d35a8d0642e86521eb2801 darcs-hash:747608892b607f78260f4772a4ff2b24c7392f73
author drewp <drewp@bigasterisk.com>
date Tue, 24 Sep 2019 14:04:02 -0700
parents db0534d5e264
children
line wrap: on
line source

FROM bang6:5000/base_pi

WORKDIR /opt

RUN apt-get install -y python-clang-5.0 libclang-5.0-dev libnfc5 libfreefare0 libnfc-dev libfreefare-dev 
RUN pip install git+https://github.com/drewp/ctypeslib.git@enable-modules-flag

COPY build_ctypes_modules.sh ./

CMD ["/bin/sh", "/opt/build_ctypes_modules.sh"]