From 7d3630d981e0e4ba6ca763ccc8e657d69fd8b60c Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Wed, 1 Feb 2017 06:08:40 +0000 Subject: [PATCH] allow the rpi image build to work on rpi too Signed-off-by: Sven Dowideit --- scripts/images/raspberry-pi-hypriot/Dockerfile.dapper | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/images/raspberry-pi-hypriot/Dockerfile.dapper b/scripts/images/raspberry-pi-hypriot/Dockerfile.dapper index de19f0fc..725b09ed 100644 --- a/scripts/images/raspberry-pi-hypriot/Dockerfile.dapper +++ b/scripts/images/raspberry-pi-hypriot/Dockerfile.dapper @@ -1,4 +1,6 @@ -FROM debian:jessie +FROM rancher/os-debianconsole-base +# FROM amd64=debian:jessie arm64=aarch64/debian:jessie arm=armhf/debian:jessie + ENV DAPPER_RUN_ARGS --privileged ENV DAPPER_OUTPUT dist RUN apt-get update -y