File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
31
31
FROM ghcr.io/linuxserver/baseimage-debian:bookworm AS buildstage
32
32
33
- ARG KASMVNC_RELEASE ="e04731870baebd2784983fb48197a2416c7d3519"
33
+ ARG KASMVNC_COMMIT ="e04731870baebd2784983fb48197a2416c7d3519"
34
34
35
35
COPY --from=wwwstage /build-out /www
36
36
@@ -113,7 +113,7 @@ RUN \
113
113
echo "**** build kasmvnc ****" && \
114
114
git clone https://github.com/kasmtech/KasmVNC.git src && \
115
115
cd /src && \
116
- git checkout -f ${KASMVNC_RELEASE } && \
116
+ git checkout -f ${KASMVNC_COMMIT } && \
117
117
sed -i \
118
118
-e '/find_package(FLTK/s@^@#@' \
119
119
-e '/add_subdirectory(tests/s@^@#@' \
Original file line number Diff line number Diff line change 34
34
35
35
FROM ghcr.io/linuxserver/baseimage-debian:arm64v8-bookworm AS buildstage
36
36
37
- ARG KASMVNC_RELEASE ="e04731870baebd2784983fb48197a2416c7d3519"
37
+ ARG KASMVNC_COMMIT ="e04731870baebd2784983fb48197a2416c7d3519"
38
38
39
39
COPY --from=wwwstage /build-out /www
40
40
@@ -117,7 +117,7 @@ RUN \
117
117
echo "**** build kasmvnc ****" && \
118
118
git clone https://github.com/kasmtech/KasmVNC.git src && \
119
119
cd /src && \
120
- git checkout -f ${KASMVNC_RELEASE } && \
120
+ git checkout -f ${KASMVNC_COMMIT } && \
121
121
sed -i \
122
122
-e '/find_package(FLTK/s@^@#@' \
123
123
-e '/add_subdirectory(tests/s@^@#@' \
You can’t perform that action at this time.
0 commit comments