FROM scratch
MAINTAINER Paul Spooren <mail@aparcar.org>
ADD ./rootfs-openwrt /
ADD ./rootfs /
EXPOSE 80 443 22
USER root
CMD ["/sbin/init"]