mirror of
https://github.com/linuxserver/docker-baseimage-kasmvnc.git
synced 2026-01-09 07:10:59 +08:00
fix typo in checkout
This commit is contained in:
parent
be8d626090
commit
d77717159f
@ -119,7 +119,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@^@#@' \
|
||||
|
||||
@ -131,7 +131,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@^@#@' \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user