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:
Richard Koliser 2025-09-17 21:42:02 +00:00
commit 979edd86f4

View file

@ -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/