Skip to content

Commit

Permalink
Updating to Kasm 1.15.0, and removing the VPN config for a sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
jpartain89 committed Feb 19, 2024
1 parent 3771a62 commit edbfa51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 77 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kasmweb/core-ubuntu-focal:1.14.0-rolling as builder
FROM kasmweb/ubuntu-focal-desktop-vpn:1.15.0 as builder
LABEL org.opencontainers.image.source="https://github.com/jpartain89/dockerfiles"
LABEL org.opencontainers.image.description="Ubuntu Desktop with Tor Browser"
LABEL org.opencontainers.image.licenses=MIT
Expand Down Expand Up @@ -32,18 +32,14 @@ RUN \
curl \
cryptsetup \
jq \
openvpn \
sudo && \
echo 'kasm-user ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers

### Install Tools
COPY ./install/install_torbrowser.sh ${INST_SCRIPTS}/
RUN bash ${INST_SCRIPTS}/install_torbrowser.sh

COPY ./install/us_texas.ovpn /etc/openvpn/us_texas.ovpn

RUN echo "/usr/bin/desktop_ready && ln -svf /CentralShare ${HOME}/Desktop/CentralShare" > ${STARTUPDIR}/custom_startup.sh && \
echo "/usr/bin/desktop_ready && sudo xfce4-terminal -T OpenVPN -x openvpn /etc/openvpn/us_texas.ovpn" >> ${STARTUPDIR}/custom_startup.sh && \
chmod +x ${STARTUPDIR}/custom_startup.sh

FROM builder AS final
Expand Down
72 changes: 0 additions & 72 deletions install/us_texas.ovpn

This file was deleted.

0 comments on commit edbfa51

Please sign in to comment.