Skip to content

Commit

Permalink
Removed boringssl del
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjx committed Mar 11, 2024
1 parent d9b76f8 commit b96b24e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mainline-alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ RUN GPG_KEYS=D6786CE303D9A9022998DC6CC8464D549AF75C0A \
&& ninja -C/usr/src/boringssl/build \
) \
&& cd /usr/src/nginx-$NGINX_VERSION \
&& curl -fSL https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/master/nginx__dynamic_tls_records_1.25.1%2B.patch -o dynamic_tls_records.patch \
&& patch -p1 < dynamic_tls_records.patch \
&& ./configure $CONFIG --with-debug --with-cc-opt="-I/usr/src/boringssl/include" --with-ld-opt="-L/usr/src/boringssl/build/ssl -L/usr/src/boringssl/build/crypto" \
&& make -j$(getconf _NPROCESSORS_ONLN) \
&& mv objs/nginx objs/nginx-debug \
Expand All @@ -145,7 +143,7 @@ RUN GPG_KEYS=D6786CE303D9A9022998DC6CC8464D549AF75C0A \
&& install -m755 objs/ngx_stream_geoip_module-debug.so /usr/lib/nginx/modules/ngx_stream_geoip_module-debug.so \
&& ln -s ../../usr/lib/nginx/modules /etc/nginx/modules \
&& rm -rf /usr/src/nginx-$NGINX_VERSION \
&& rm -rf /usr/src/boringssl /usr/src/ngx_* /usr/src/njs \
&& rm -rf /usr/src/ngx_* /usr/src/njs \
\
# Bring in gettext so we can get `envsubst`, then throw
# the rest away. To do this, we need to install `gettext`
Expand Down

0 comments on commit b96b24e

Please sign in to comment.