Skip to content

Commit

Permalink
Add BRAVE
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurvan Rivoal committed Jan 2, 2025
1 parent ff81f12 commit f2150c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ USER root
# Fix reverse proxy websocket
RUN sed -i "s|UI\.initSetting('path', 'websockify');|UI.initSetting('path', window.location.pathname.replace(/[^/]*$/, '').substring(1) + 'websockify');|" /usr/share/kasmvnc/www/dist/main.bundle.js

# Brave
ADD https://raw.githubusercontent.com/kasmtech/workspaces-images/refs/heads/develop/src/ubuntu/install/brave/install_brave.sh /tmp/brave/install_brave.sh
RUN mkdir /home/kasm-user/Desktop/ && \
bash /tmp/brave/install_brave.sh && rm -rf /tmp/brave/

# Tor Browser
RUN echo "deb http://deb.debian.org/debian/ bookworm main contrib non-free" > /etc/apt/sources.list
RUN apt-get update && \
Expand Down

0 comments on commit f2150c8

Please sign in to comment.