Skip to content

Commit

Permalink
Move parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Nov 8, 2024
1 parent d6f2b14 commit 3b640d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ ARG LD_OPT="-Wl,-Bsymbolic-functions -flto=thin -ffat-lto-objects -flto=thin -Wl
# https://nginx.org/en/docs/http/ngx_http_v3_module.html
ARG CONFIG="\
--build=quic-$NGINX_COMMIT \
--with-cc=clang-19 \
--with-cc-opt=\"$CC_OPT\" \
--with-ld-opt=\"$LD_OPT\" \
--prefix=/etc/nginx \
--sbin-path=/usr/sbin/nginx \
--modules-path=/usr/lib/nginx/modules \
Expand Down Expand Up @@ -101,6 +98,9 @@ ARG CONFIG="\
--add-module=/usr/src/ngx_http_fancyindex_module \
--add-module=/usr/src/zstd-nginx-module \
--add-dynamic-module=/usr/src/ngx_http_geoip2_module \
--with-cc=clang-19 \
--with-cc-opt=\"$CC_OPT\" \
--with-ld-opt=\"$LD_OPT\" \
"

FROM debian:bookworm AS base
Expand Down

0 comments on commit 3b640d4

Please sign in to comment.