From 9b2353c82a36287b5286b2c695e934dfce792504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 24 Sep 2025 12:44:40 +0200 Subject: [PATCH] varnish add --- deploy/varnish/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/varnish/Dockerfile b/deploy/varnish/Dockerfile index fe92a54..5a12585 100644 --- a/deploy/varnish/Dockerfile +++ b/deploy/varnish/Dockerfile @@ -7,7 +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 \ + libpcre2-dev \ && rm -rf /var/lib/apt/lists/* # instalacja varnish