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

Commit a332100

Browse files
Latest Firefox 98.0 ARM has issues and Debian has not yet packaged the next release. https://bugzilla.mozilla.org/show_bug.cgi?id=1757571
1 parent e0e7041 commit a332100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NodeFirefox/Dockerfile.arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ USER root
1111
#=========
1212
RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
1313
&& apt-get update -qqy \
14-
# && apt-get -qqy install firefox-esr libavcodec-extra \
15-
&& apt-get -qqy install firefox libavcodec-extra \
14+
&& apt-get -qqy install firefox-esr libavcodec-extra \
15+
# && apt-get -qqy install firefox libavcodec-extra \
1616
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
1717

1818
#=============

0 commit comments

Comments
 (0)