1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00
baseimage-docker/image/Dockerfile
2016-04-26 12:37:12 +02:00

13 lines
245 B
Docker

# FROM ubuntu:14.04
FROM resin/rpi-raspbian:wheezy
MAINTAINER Phusion <info@phusion.nl>
ADD . /bd_build
RUN /bd_build/prepare.sh && \
/bd_build/system_services.sh && \
/bd_build/utilities.sh && \
/bd_build/cleanup.sh
CMD ["/sbin/my_init"]