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 29
29
30
30
FROM ghcr.io/linuxserver/baseimage-alpine:3.21 AS buildstage
31
31
32
- ARG KASMVNC_RELEASE ="e04731870baebd2784983fb48197a2416c7d3519"
32
+ ARG KASMVNC_COMMIT ="e04731870baebd2784983fb48197a2416c7d3519"
33
33
34
34
COPY --from=wwwstage /build-out /www
35
35
@@ -119,7 +119,7 @@ RUN \
119
119
echo "**** build kasmvnc ****" && \
120
120
git clone https://github.com/kasmtech/KasmVNC.git src && \
121
121
cd /src && \
122
- git checkout -f ${KASMVNC_RELEASE } && \
122
+ git checkout -f ${KASMVNC_COMMIT } && \
123
123
sed -i \
124
124
-e '/find_package(FLTK/s@^@#@' \
125
125
-e '/add_subdirectory(tests/s@^@#@' \
Original file line number Diff line number Diff line change 34
34
35
35
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21 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
@@ -131,7 +131,7 @@ RUN \
131
131
echo "**** build kasmvnc ****" && \
132
132
git clone https://github.com/kasmtech/KasmVNC.git src && \
133
133
cd /src && \
134
- git checkout -f ${KASMVNC_RELEASE } && \
134
+ git checkout -f ${KASMVNC_COMMIT } && \
135
135
sed -i \
136
136
-e '/find_package(FLTK/s@^@#@' \
137
137
-e '/add_subdirectory(tests/s@^@#@' \
You can’t perform that action at this time.
0 commit comments