From 1d99b1b163628997a0726a10a37f478265ac3d89 Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 5 Jul 2024 10:10:11 -0400 Subject: [PATCH] Add rar, 7zip, ace, and arj archive support --- Dockerfile | 8 +++++++- Dockerfile.aarch64 | 8 +++++++- README.md | 1 + readme-vars.yml | 1 + 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9747abe..28003b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,10 +20,16 @@ RUN \ echo "**** install packages ****" && \ apt-get update && \ apt-get install -y \ + arj \ doublecmd-gtk \ doublecmd-plugins \ libsmbclient \ - libssh2-1 && \ + libssh2-1 \ + libunrar5 \ + p7zip-full \ + unace \ + xz-utils \ + zpaq && \ echo "**** cleanup ****" && \ apt-get clean && \ rm -rf \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 5c88fe2..12da8a8 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -20,10 +20,16 @@ RUN \ echo "**** install packages ****" && \ apt-get update && \ apt-get install -y \ + arj \ doublecmd-gtk \ doublecmd-plugins \ libsmbclient \ - libssh2-1 && \ + libssh2-1 \ + libunrar5 \ + p7zip-full \ + unace \ + xz-utils \ + zpaq && \ echo "**** cleanup ****" && \ apt-get clean && \ rm -rf \ diff --git a/README.md b/README.md index 82b676b..c7d8565 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **05.07.24:** - Add rar, 7zip, ace, and arj archive support. * **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon, rebase to bookworm. * **05.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **18.03.23:** - Rebase to KasmVNC base image. diff --git a/readme-vars.yml b/readme-vars.yml index c12005d..d0cfb38 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -83,6 +83,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 3001 needs to be used. If using a reverse proxy to port 3000 specific headers will need to be set as outlined [here](https://github.com/linuxserver/docker-baseimage-kasmvnc#lossless). # changelog changelogs: + - {date: "05.07.24:", desc: "Add rar, 7zip, ace, and arj archive support." } - {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon, rebase to bookworm." } - {date: "05.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"} - {date: "18.03.23:", desc: "Rebase to KasmVNC base image."}