Mercurial > code > home > repos > homeauto
comparison service/piNode/pi_base/Dockerfile @ 1143:d1bc88f67969
RgbPixelsAnimation and docker build updates
Ignore-this: c79e4a64bb5ad8683aa837839e79785b
darcs-hash:bcc0201b2aaf3a1f1f689a6437eef8298970c58a
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 03 Mar 2018 18:09:34 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1142:eb36b30f53b9 | 1143:d1bc88f67969 |
---|---|
1 FROM resin/rpi-raspbian:jessie | |
2 | |
3 # built static per | |
4 # https://resin.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/ | |
5 COPY qemu-arm /usr/bin/qemu-arm | |
6 | |
7 # then do this on build host: | |
8 # echo ':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-arm:' > /proc/sys/fs/binfmt_misc/register | |
9 | |
10 WORKDIR /opt | |
11 RUN apt-get update | |
12 RUN apt-get install git build-essential python-pip python-numpy python-pillow python-cryptography | |
13 RUN apt-get install python-dev zlib1g-dev |