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