mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-26 15:06:36 +00:00
Merge pull request #1092 from tcely/patch-12
Remove unnecessary dependencies
This commit is contained in:
commit
d0ada1535f
@ -345,11 +345,8 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
|
|||||||
# Install dependencies we keep
|
# Install dependencies we keep
|
||||||
# Install required distro packages
|
# Install required distro packages
|
||||||
apt-get -y --no-install-recommends install \
|
apt-get -y --no-install-recommends install \
|
||||||
libjpeg62-turbo \
|
|
||||||
libmariadb3 \
|
libmariadb3 \
|
||||||
libonig5 \
|
libonig5 \
|
||||||
libpq5 \
|
|
||||||
libwebp7 \
|
|
||||||
pkgconf \
|
pkgconf \
|
||||||
python3 \
|
python3 \
|
||||||
python3-libsass \
|
python3-libsass \
|
||||||
|
Loading…
Reference in New Issue
Block a user