Merge pull request #1092 from tcely/patch-12

Remove unnecessary dependencies
This commit is contained in:
meeb 2025-06-11 20:47:29 +10:00 committed by GitHub
commit d0ada1535f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -345,11 +345,8 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
# Install dependencies we keep
# Install required distro packages
apt-get -y --no-install-recommends install \
libjpeg62-turbo \
libmariadb3 \
libonig5 \
libpq5 \
libwebp7 \
pkgconf \
python3 \
python3-libsass \