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

Commit

Permalink
Add usrmerge to NodeChromium after setting sources. Split Firefox ins…
Browse files Browse the repository at this point in the history
…tall into 2 runs for easier debugging
  • Loading branch information
jamesmortensen committed Dec 10, 2023
1 parent 69b5bfe commit 562ab74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NodeChromium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
# && apt-get -qqy install chromium=93.0.4577.82-1 \
# && apt-get -qqy install chromium=97.0.4692.71-0.1 \
# && apt-get -qqy install chromium=98.0.4758.102-1+b1 \
&& apt-get -qqy install chromium \
&& apt-get -qqy install usrmerge chromium \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*

#=================================
Expand Down
5 changes: 3 additions & 2 deletions NodeFirefox/Dockerfile.multi-arch
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ 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/20231208T150859Z/pool/main/f/firefox/firefox_120.0.1-1_`dpkg --print-architecture`.deb -O firefox.deb \
&& apt install ./firefox.deb -y \
&& wget https://snapshot.debian.org/archive/debian/20231208T150859Z/pool/main/f/firefox/firefox_120.0.1-1_`dpkg --print-architecture`.deb -O firefox.deb

RUN apt install ./firefox.deb -y \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* ./firefox.deb

#=============
Expand Down

0 comments on commit 562ab74

Please sign in to comment.