view service/rfid_pn532_py/Dockerfile.pyfreefare.x86 @ 1513:c829df2b0dd5

new graph output for browsers, with autorefresh Ignore-this: e4ff4dbed311b238d90988a1891ef640 darcs-hash:ba19d0d8975104ec6a3580e50cf8b7ca7745abdc
author drewp <drewp@bigasterisk.com>
date Mon, 03 Feb 2020 23:47:23 -0800
parents db0534d5e264
children
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 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"]