Update Dockerfile

This commit is contained in:
Sergey 2023-10-26 22:26:02 +03:00 committed by GitHub
parent a26154dfd9
commit 6b10545004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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") \