KASM-7939 install unzip on chrome and chromium

This commit is contained in:
Teja Swaroop Pothala 2025-11-07 15:28:10 +00:00
parent fac4a70a3a
commit 95080dbc5a
No known key found for this signature in database
GPG key ID: FA5E53D328E228D2
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,9 @@ WORKDIR $HOME
COPY ./src/ubuntu/install/chrome $INST_SCRIPTS/chrome/
RUN bash $INST_SCRIPTS/chrome/install_chrome.sh && rm -rf $INST_SCRIPTS/chrome/
# Install unzip
RUN apt-get update && apt-get install -y unzip
# Update the desktop environment to be optimized for a single application
RUN cp $HOME/.config/xfce4/xfconf/single-application-xfce-perchannel-xml/* $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/
RUN cp /usr/share/backgrounds/bg_kasm.png /usr/share/backgrounds/bg_default.png