forked from RPi-Distro/pi-gen
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automagically use i386/debian:buster (RPi-Distro#415)
* Autmagically use 1386/debian:buster when running on 64-bit host to prevent error RPi-Distro#271 (cherry picked from commit dd96ca1)
- Loading branch information
1 parent
caf04ef
commit 6ddd74a
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM i386/debian:buster | ||
ARG BASE_IMAGE=debian:buster | ||
FROM ${BASE_IMAGE} | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters