view service/rfid_pn532_py/Dockerfile.pyfreefare.pi @ 404:19ef0ac8f7f7

build more of libfreefare Ignore-this: efb50f50a9cc9de6d8ce068cd391a6fc
author drewp@bigasterisk.com
date Sun, 10 Mar 2019 04:02:59 -0700
parents b4404948d1e8
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"]