We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8a3a1 commit 2d0299eCopy full SHA for 2d0299e
Docker/firefox/Dockerfile
@@ -78,6 +78,7 @@ WORKDIR /firefox
78
RUN git checkout $FIREFOX_TAG
79
WORKDIR /firefox/security/nss
80
RUN patch -p1 < /osp/nss/nss-tests-2025-04-11-978205bd37c33d862a5798d8158df7091412d3a7.patch
81
+RUN patch -p1 < /osp/nss/nss-fixes-2025-04-11-978205bd37c33d862a5798d8158df7091412d3a7.patch
82
RUN touch /mozconfig
83
# Enable ASan specific code and build workarounds
84
#RUN echo ac_add_options --enable-address-sanitizer >> /firefox/mozconfig
0 commit comments