Be friendly with aarch64 platform
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Oct 2022 13:12:01 +0000 (15:12 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Oct 2022 13:12:01 +0000 (15:12 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Dockerfile

index 5be6ec411f7b673f670f7343af8a57c2073b9f47..47cfd7bf2acb32d056ca8d9701fdc28966d151dd 100644 (file)
@@ -1,4 +1,4 @@
-FROM debian:bullseye-slim
+FROM --platform=amd64 debian:bullseye-slim
 
 ARG USER="mta"
 ARG USER_HOME_DIR="/home/${USER}"