We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48e71e commit 088061dCopy full SHA for 088061d
Dockerfile.aarch64
@@ -34,7 +34,7 @@ RUN \
34
35
FROM ghcr.io/linuxserver/baseimage-arch:arm64v8-latest AS buildstage
36
37
-ARG KASMVNC_RELEASE="e04731870baebd2784983fb48197a2416c7d3519"
+ARG KASMVNC_COMMIT="e04731870baebd2784983fb48197a2416c7d3519"
38
39
COPY --from=wwwstage /build-out /www
40
@@ -107,7 +107,7 @@ RUN \
107
echo "**** build kasmvnc ****" && \
108
git clone https://github.com/kasmtech/KasmVNC.git src && \
109
cd /src && \
110
- git checkout -f ${KASMVNC_RELEASE} && \
+ git checkout -f ${KASMVNC_COMMIT} && \
111
sed -i \
112
-e '/find_package(FLTK/s@^@#@' \
113
-e '/add_subdirectory(tests/s@^@#@' \
0 commit comments