1
0
mirror of /repos/rpi-node.git synced 2025-12-30 08:01:30 +01:00

use my own baseimage

This commit is contained in:
Aiko Mastboom 2015-05-09 20:15:20 +02:00
parent 5cb777c3b2
commit a81785efa8

View File

@ -1,8 +1,9 @@
# Pull base image
FROM phusion/baseimage-pi:0.9.16
FROM aiko/baseimage-pi:0.9.16
MAINTAINER Dieter Reuter <dieter@hypriot.com>
MAINTAINER Aiko Mastboom <docker@aiko.sh>
#MAINTAINER Dieter Reuter <dieter@hypriot.com>
# Install Node.js (from tarball)
ENV NODE_VERSION 0.10.36