Update Dockerfile

This commit is contained in:
Sergey
2023-10-26 22:26:02 +03:00
committed by GitHub
parent a26154dfd9
commit 6b10545004

View File

@ -2,6 +2,8 @@ FROM debian:stable-slim
ARG VERSION=12.3.rel1 ARG VERSION=12.3.rel1
ENV ARCH_TAG="---"
RUN ARCH="$(dpkg --print-architecture)" && \ RUN ARCH="$(dpkg --print-architecture)" && \
case $ARCH in \ case $ARCH in \
"amd64") \ "amd64") \