diff --git a/Dockerfile b/Dockerfile index 663d2c0..4c2f518 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 9b7a39d..fc7353d 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 \ diff --git a/readme-vars.yml b/readme-vars.yml index c2234da..6150665 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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." }