This commit is contained in:
YuCat-OVO 2024-03-02 16:32:38 +08:00
parent ac7bd4ece8
commit fb46c4d97b

View File

@ -11,7 +11,6 @@ LABEL maintainer="YuCat-OVO"
LABEL org.opencontainers.image.source="https://github.com/linuxserver/docker-baseimage-kasmvnc" LABEL org.opencontainers.image.source="https://github.com/linuxserver/docker-baseimage-kasmvnc"
ENV \ ENV \
TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64} \
CUSTOM_PORT="8080" \ CUSTOM_PORT="8080" \
CUSTOM_HTTPS_PORT="8181" \ CUSTOM_HTTPS_PORT="8181" \
HOME="/config" \ HOME="/config" \
@ -20,6 +19,8 @@ ENV \
COPY info.json /tmp/ COPY info.json /tmp/
RUN \ RUN \
TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64} &&\
echo "**** arch: ${TARGETPLATFORM} ****" &&\
echo "**** add icon ****" && \ echo "**** add icon ****" && \
curl -o \ curl -o \
/kclient/public/icon.png \ /kclient/public/icon.png \