mirror of
https://github.com/linuxserver/docker-boinc.git
synced 2026-02-04 19:17:40 +08:00
add bzip2 and xz-utils
This commit is contained in:
parent
5e797f6889
commit
781d43b64f
@ -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 && \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user