From: Jérôme Benoit Date: Mon, 3 Oct 2022 13:12:01 +0000 (+0200) Subject: Be friendly with aarch64 platform X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=007a6899b26cc3f3cc9226d99c3cb15470af2612;p=mbt-docker.git Be friendly with aarch64 platform Signed-off-by: Jérôme Benoit --- diff --git a/Dockerfile b/Dockerfile index 5be6ec4..47cfd7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-slim +FROM --platform=amd64 debian:bullseye-slim ARG USER="mta" ARG USER_HOME_DIR="/home/${USER}"