Skip to content

Commit 06da392

Browse files
authored
made Firefox the default browser (#87)
1 parent c7f1e49 commit 06da392

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/e2b.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
7373
apt-get update && \
7474
apt-get install -y google-chrome-stable
7575

76+
# Set Firefox as default browser
77+
RUN update-alternatives --set x-www-browser /usr/bin/firefox-esr
78+
7679
# Copy Chrome desktop shortcut
7780
COPY google-chrome.desktop /usr/share/applications/google-chrome.desktop
7881

0 commit comments

Comments
 (0)