replace maltego default browser from firefox to chrome

This commit is contained in:
Teja Swaroop Pothala 2025-09-09 16:35:50 +00:00
parent 3c707cab00
commit 3af9f2be27
No known key found for this signature in database
GPG key ID: FA5E53D328E228D2

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/