From dec43f324e3c32e4d429b5ebdd6a18daac8905c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 24 Sep 2025 12:42:16 +0200 Subject: [PATCH] varnish add --- deploy/varnish/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/varnish/Dockerfile b/deploy/varnish/Dockerfile index 251ad5a..fe92a54 100644 --- a/deploy/varnish/Dockerfile +++ b/deploy/varnish/Dockerfile @@ -7,6 +7,7 @@ ARG VARNISH_MODULES_VERSION=0.27.0 RUN apt-get update && apt-get install -y \ curl build-essential automake autoconf libtool pkg-config python3-sphinx \ git ca-certificates \ + libpcre2-dev libpcre2-8 \ && rm -rf /var/lib/apt/lists/* # instalacja varnish