add bzip2 and xz-utils

This commit is contained in:
aptalca 2023-04-03 10:41:51 -04:00
parent 5e797f6889
commit 781d43b64f
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
3 changed files with 7 additions and 3 deletions

View File

@ -31,7 +31,9 @@ RUN \
${BOINC} \
at-spi2-core \
boinc-client-opencl \
boinc-manager && \
boinc-manager \
bzip2 \
xz-utils && \
ln -s libOpenCL.so.1 /usr/lib/x86_64-linux-gnu/libOpenCL.so && \
mkdir -p /etc/OpenCL/vendors && \
echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd && \

View File

@ -30,7 +30,9 @@ RUN \
apt-get install -y --no-install-recommends \
${BOINC} \
at-spi2-core \
boinc-manager && \
boinc-manager \
bzip2 \
xz-utils && \
echo "**** cleanup ****" && \
apt-get clean && \
rm -rf \

View File

@ -105,7 +105,7 @@ app_setup_block: |
This container is capable of delivering a true lossless image at a high framerate to your web browser by changing the Stream Quality preset to "Lossless", more information [here](https://www.kasmweb.com/docs/latest/how_to/lossless.html#technical-background). In order to use this mode from a non localhost endpoint the HTTPS port on 8181 needs to be used. If using a reverse proxy to port 8080 specific headers will need to be set as outlined [here](https://github.com/linuxserver/docker-baseimage-kasmvnc#lossless).
# changelog
changelogs:
- { date: "18.03.23:", desc: "Rebase to KasmVNC base image." }
- { date: "03.04.23:", desc: "Rebase to KasmVNC base image. Deprecate armhf build as the new base does not support it. Add bzip2 and xz-utils." }
- { date: "14.11.22:", desc: "Fix opencl driver." }
- { date: "18.09.22:", desc: "Rebase to jammy." }
- { date: "24.02.22:", desc: "Rebase to focal." }