Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Try chromium without usrmerge. Upgrade Firefox to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmortensen committed Dec 10, 2023
1 parent d56b368 commit 69b5bfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NodeChromium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV LC_ALL=en_US.UTF-8
ENV LANG=en_US.UTF-8

# Deal with the usr merge issues in Debian
RUN apt install usrmerge
#RUN apt install usrmerge

# Install Chromium
# RUN echo "deb http://http.us.debian.org/debian/ stable non-free contrib main" >> /etc/apt/sources.list \
Expand Down
5 changes: 4 additions & 1 deletion NodeFirefox/Dockerfile.multi-arch
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ARG GECKODRIVER_VERSION=0.33.0

USER root

# Deal with the usr merge issues in Debian
#RUN apt install usrmerge

#=========
# Firefox
#=========
Expand All @@ -24,7 +27,7 @@ USER root
RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
&& apt-get update -qqy \
&& apt-get install libavcodec-extra -y \
&& wget https://snapshot.debian.org/archive/debian/20230924T210045Z/pool/main/f/firefox/firefox_117.0.1-1_`dpkg --print-architecture`.deb -O firefox.deb \
&& wget https://snapshot.debian.org/archive/debian/20231208T150859Z/pool/main/f/firefox/firefox_120.0.1-1_`dpkg --print-architecture`.deb -O firefox.deb \
&& apt install ./firefox.deb -y \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* ./firefox.deb

Expand Down

0 comments on commit 69b5bfe

Please sign in to comment.