Skip to content

Commit

Permalink
Add --without-libpsl flag
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 31, 2024
1 parent 9cde6b8 commit 9b4200e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/base/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ RUN set -xe; \
--with-gnu-ld \
--with-ssl \
--with-libssh2 \
--with-nghttp2
--with-nghttp2 \
--without-libpsl


RUN set -xe; \
Expand Down

0 comments on commit 9b4200e

Please sign in to comment.