Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeikong committed Dec 11, 2023
1 parent aa8e4f8 commit 88b9250
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion firefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ RUN cd ${CURL_VERSION} && \
--with-nss=/build/${NSS_VERSION}/dist/Release \
--with-nss-deprecated \
--without-zstd \
--enable-ech \
CFLAGS="-I/build/${NSS_VERSION}/dist/public/nss -I/build/${NSS_VERSION}/dist/Release/include/nspr" \
USE_CURL_SSLKEYLOGFILE=true && \
make clean && make && make install
Expand Down
1 change: 0 additions & 1 deletion firefox/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ RUN cd ${CURL_VERSION} && \
--with-nss=/build/${NSS_VERSION}/dist/Release \
--with-nss-deprecated \
--without-zstd \
--enable-ech \
CFLAGS="-I/build/${NSS_VERSION}/dist/public/nss -I/build/${NSS_VERSION}/dist/Release/include/nspr" \
USE_CURL_SSLKEYLOGFILE=true && \
make clean && make && make install
Expand Down

0 comments on commit 88b9250

Please sign in to comment.