mirror of
https://github.com/yurymuski/nginx-http3.git
synced 2026-09-26 22:16:10 +00:00
upd CI, and readme
This commit is contained in:
@@ -71,6 +71,9 @@ RUN curl -O https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \
|
||||
|
||||
FROM debian:12-slim
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y libpcre3 libbrotli1
|
||||
|
||||
COPY --from=builder /usr/sbin/nginx /usr/sbin/
|
||||
COPY --from=builder /etc/nginx/ /etc/nginx/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user