fix typo in checkout

This commit is contained in:
thelamer 2025-05-10 10:37:54 -04:00
parent c01332316b
commit dc09d71a26

View File

@ -113,7 +113,7 @@ RUN \
echo "**** build kasmvnc ****" && \
git clone https://github.com/kasmtech/KasmVNC.git src && \
cd /src && \
git checkout -f ${KASMVNC_release} && \
git checkout -f ${KASMVNC_RELEASE} && \
sed -i \
-e '/find_package(FLTK/s@^@#@' \
-e '/add_subdirectory(tests/s@^@#@' \