From d769278d90027e6d42adb25c84bbe41b56be246c Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 16 May 2026 12:45:17 +0200 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8ab56b18..1adff6ffe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ FROM debian:13-slim # Install runtime dependencies # Is libprotobuf-lite32t64 enough? -RUN apt-get update +RUN apt-get update \ && apt-get install -y --no-install-recommends \ libprotobuf32t64 \ libqt6sql6-mysql \