mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:16 +00:00
Merge branch 'bugfix/KASM-7709-replace_maltego_default_browser_to_chrome_develop' into 'develop'
replace maltego default browser from firefox to chrome Closes KASM-7709 See merge request kasm-technologies/internal/workspaces-images!334
This commit is contained in:
commit
979edd86f4
1 changed files with 3 additions and 4 deletions
|
|
@ -10,10 +10,9 @@ WORKDIR $HOME
|
|||
|
||||
######### Customize Container Here ###########
|
||||
|
||||
# Maltego wants a browser installed and the default is Firefox, Install Firefox
|
||||
COPY ./src/ubuntu/install/firefox/ $INST_SCRIPTS/firefox/
|
||||
COPY ./src/ubuntu/install/firefox/firefox.desktop $HOME/Desktop/
|
||||
RUN bash $INST_SCRIPTS/firefox/install_firefox.sh && rm -rf $INST_SCRIPTS/firefox/
|
||||
# Install Chrome as the default browser
|
||||
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/maltego $INST_SCRIPTS/maltego/
|
||||
RUN bash $INST_SCRIPTS/maltego/install_maltego.sh && rm -rf $INST_SCRIPTS/maltego/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue