mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:24 +00:00
Merge branch 'bugfix/KASM-7939-install_unzip_on_chrome_develop' into 'develop'
KASM-7939 install unzip on chrome and chromium Closes KASM-7939 See merge request kasm-technologies/internal/workspaces-images!370
This commit is contained in:
commit
e204d1785c
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@ WORKDIR $HOME
|
|||
COPY ./src/ubuntu/install/chromium $INST_SCRIPTS/chromium/
|
||||
RUN bash $INST_SCRIPTS/chromium/install_chromium.sh && rm -rf $INST_SCRIPTS/chromium/
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue