Automagically use i386/debian:buster (#415)

* Autmagically use 1386/debian:buster when running on 64-bit host to prevent error #271
This commit is contained in:
Ani
2020-10-06 02:58:18 -07:00
committed by GitHub
parent d1596451b9
commit dd96ca1c86
2 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
FROM debian:buster
ARG BASE_IMAGE=debian:buster
FROM ${BASE_IMAGE}
ENV DEBIAN_FRONTEND noninteractive