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 bb40d8d commit b48e71eCopy full SHA for b48e71e
Dockerfile
@@ -29,7 +29,7 @@ RUN \
29
30
FROM ghcr.io/linuxserver/baseimage-arch:latest AS buildstage
31
32
-ARG KASMVNC_RELEASE="e04731870baebd2784983fb48197a2416c7d3519"
+ARG KASMVNC_COMMIT="e04731870baebd2784983fb48197a2416c7d3519"
33
34
COPY --from=wwwstage /build-out /www
35
@@ -101,7 +101,7 @@ RUN \
101
echo "**** build kasmvnc ****" && \
102
git clone https://github.com/kasmtech/KasmVNC.git src && \
103
cd /src && \
104
- git checkout -f ${KASMVNC_RELEASE} && \
+ git checkout -f ${KASMVNC_COMMIT} && \
105
sed -i \
106
-e '/find_package(FLTK/s@^@#@' \
107
-e '/add_subdirectory(tests/s@^@#@' \
0 commit comments