mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-01-23 02:14:29 +00:00
updaing opensuse docker file to
This commit is contained in:
parent
5c6e913fca
commit
fd78b3fe62
2 changed files with 5 additions and 2 deletions
|
|
@ -45,7 +45,10 @@ RUN zypper install -ny \
|
|||
xorg-x11-util-devel \
|
||||
zlib-devel
|
||||
|
||||
RUN update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-14 100
|
||||
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 140 \
|
||||
--slave /usr/bin/g++ g++ /usr/bin/g++-14 \
|
||||
--slave /usr/bin/gcov gcov /usr/bin/gcov-14
|
||||
|
||||
|
||||
RUN useradd -u 1000 docker && \
|
||||
groupadd -g 1000 docker && \
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ prepare_source() {
|
|||
|
||||
build_and_install() {
|
||||
export MAKEFLAGS=-j$(nproc)
|
||||
./configure --enable-static --disable-shared --enable-threading --enable-sse2
|
||||
./configure --enable-static --disable-shared --enable-threading --enable-sse2 --enable-neon
|
||||
make
|
||||
make install
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue