1
0
mirror of /repos/baseimage-docker.git synced 2026-02-27 17:41:59 +01:00

Merge tag 'rel-0.9.18' into rasberrypi-0.9.18

This commit is contained in:
Aiko Mastboom
2016-04-26 12:37:12 +02:00
33 changed files with 948 additions and 137 deletions

View File

@@ -2,12 +2,11 @@
FROM resin/rpi-raspbian:wheezy
MAINTAINER Phusion <info@phusion.nl>
ENV HOME /root
ADD . /build
ADD . /bd_build
RUN /build/prepare.sh && \
/build/system_services.sh && \
/build/utilities.sh && \
/build/cleanup.sh
RUN /bd_build/prepare.sh && \
/bd_build/system_services.sh && \
/bd_build/utilities.sh && \
/bd_build/cleanup.sh
CMD ["/sbin/my_init"]