We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff8ebc8 + 2d0299e commit b654153Copy full SHA for b654153
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