mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
KASM-6265 Add Chrome to telegram image
This commit is contained in:
parent
3db4005c79
commit
229bf393eb
@ -184,6 +184,7 @@ multiImages:
|
|||||||
changeFiles:
|
changeFiles:
|
||||||
- dockerfile-kasm-telegram
|
- dockerfile-kasm-telegram
|
||||||
- src/ubuntu/install/telegram/**
|
- src/ubuntu/install/telegram/**
|
||||||
|
- src/ubuntu/install/chrome/**
|
||||||
- name: terminal
|
- name: terminal
|
||||||
singleapp: false
|
singleapp: false
|
||||||
base: core-ubuntu-focal
|
base: core-ubuntu-focal
|
||||||
|
@ -11,6 +11,11 @@ WORKDIR $HOME
|
|||||||
######### Customize Container Here ###########
|
######### Customize Container Here ###########
|
||||||
|
|
||||||
|
|
||||||
|
# Install Google Chrome
|
||||||
|
COPY ./src/ubuntu/install/chrome $INST_SCRIPTS/chrome/
|
||||||
|
RUN bash $INST_SCRIPTS/chrome/install_chrome.sh && rm -rf $INST_SCRIPTS/chrome/
|
||||||
|
|
||||||
|
|
||||||
COPY ./src/ubuntu/install/telegram $INST_SCRIPTS/telegram/
|
COPY ./src/ubuntu/install/telegram $INST_SCRIPTS/telegram/
|
||||||
RUN bash $INST_SCRIPTS/telegram/install_telegram.sh && rm -rf $INST_SCRIPTS/telegram/
|
RUN bash $INST_SCRIPTS/telegram/install_telegram.sh && rm -rf $INST_SCRIPTS/telegram/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user