From 56e769bdf9a891b181ae43f1bc9b151095712cf7 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Tue, 17 Jan 2023 21:18:44 +1100 Subject: [PATCH] kasm --- docker/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 55a03f8..5b5ddcd 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -296,6 +296,9 @@ RUN wget -q -O jump.deb https://github.com/gsamokovarov/jump/releases/download/v dpkg -i jump.deb && \ rm jump.deb +# Install kasmvnc +# https://github.com/kasmtech/KasmVNC + # Install ksnip RUN apt-get install -qq libqt5x11extras5-dev && \ wget -q -O ksnip.deb https://github.com/ksnip/ksnip/releases/download/continuous/ksnip-1.10.1-continuous.deb && \