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:
parent
4e29df1b8a
commit
7d3630d981
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user