File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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_RELEASE } && \
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 @@ -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_RELEASE } && \
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