From fb46c4d97b426fe8ac3c1ee5f3c187f00fecaff0 Mon Sep 17 00:00:00 2001 From: YuCat-OVO <66810215+YuCat-OVO@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:32:38 +0800 Subject: [PATCH] env --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8378d48..0916209 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ LABEL maintainer="YuCat-OVO" LABEL org.opencontainers.image.source="https://github.com/linuxserver/docker-baseimage-kasmvnc" ENV \ - TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64} \ CUSTOM_PORT="8080" \ CUSTOM_HTTPS_PORT="8181" \ HOME="/config" \ @@ -20,6 +19,8 @@ ENV \ COPY info.json /tmp/ RUN \ + TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64} &&\ + echo "**** arch: ${TARGETPLATFORM} ****" &&\ echo "**** add icon ****" && \ curl -o \ /kclient/public/icon.png \