From 6b105450040bfb39cabeb1b8e481c0e7252a83ba Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:26:02 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f474ad0..2025299 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM debian:stable-slim ARG VERSION=12.3.rel1 +ENV ARCH_TAG="---" + RUN ARCH="$(dpkg --print-architecture)" && \ case $ARCH in \ "amd64") \