1
0
mirror of https://github.com/rancher/os.git synced 2025-06-27 07:16:48 +00:00

allow the rpi image build to work on rpi too

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2017-02-01 06:08:40 +00:00
parent 4e29df1b8a
commit 7d3630d981

View File

@ -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