Mercurial > code > home > repos > homeauto
comparison 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 |
comparison
equal
deleted
inserted
replaced
402:2e684f93ec25 | 403:b4404948d1e8 |
---|---|
1 FROM bang6:5000/base_x86 | |
2 | |
3 WORKDIR /opt | |
4 | |
5 RUN apt-get install -y python-clang-5.0 libclang-5.0-dev | |
6 RUN pip install ctypeslib2 | |
7 | |
8 RUN apt-get install -y libnfc5 libfreefare0 libnfc-dev libfreefare-dev | |
9 | |
10 COPY build_ctypes_modules.sh ./ | |
11 | |
12 CMD ["/opt/build_ctypes_modules.sh"] |