1
0
mirror of /repos/node-red-pi2.git synced 2026-02-27 17:11:59 +01:00

non-pi version

This commit is contained in:
Aiko Mastboom
2015-05-10 16:52:14 +02:00
parent 944ea15abb
commit d387762c8a
3 changed files with 10 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
FROM aiko/rpi-node:0.10.36
FROM phusion/baseimage:0.9.16
# Use baseimage-docker's init system.
CMD ["/sbin/my_init"]
COPY . /tmp
RUN /tmp/bootstrap
RUN NODE_VERSION=0.10.38 TIMEZONE="Europe/Amsterdam" /tmp/bootstrap
RUN su -lc /tmp/bootstrap-red red
# Clean up APT when done.