This commit is contained in:
tooomm 2026-05-16 12:45:17 +02:00 committed by GitHub
parent 40f47500d9
commit d769278d90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \