mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 15:00:57 +07:00
fix: Set Debian flag (#544)
This commit is contained in:
parent
b9ae73e322
commit
fb7cfc09de
@ -12,6 +12,7 @@ FROM debian:trixie-slim
|
||||
ARG TARGETPLATFORM
|
||||
ARG DEBCONF_NOWARNINGS="yes"
|
||||
ARG DEBIAN_FRONTEND noninteractive
|
||||
ARG DEBCONF_NONINTERACTIVE_SEEN true
|
||||
|
||||
RUN if [ "$TARGETPLATFORM" != "linux/amd64" ]; then extra="qemu-user"; fi \
|
||||
&& apt-get update \
|
||||
|
Loading…
Reference in New Issue
Block a user