update some imaginary dependencies to improve performance

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-03-06 11:42:00 +01:00
parent c54395aa4c
commit cf3f1f04cd

View file

@ -4,10 +4,17 @@ FROM nextcloud/imaginary:20230301
USER root
RUN set -ex; \
\
echo "deb http://deb.debian.org/debian sid main" > /etc/apt/sources.list.d/sid.list \
apt-get update; \
apt-get install -y --no-install-recommends \
netcat \
; \
apt-get install -t sid -y --no-install-recommends \
libheif1 \
libde265-0 \
libx265-199 \
libvips \
; \
rm -rf /var/lib/apt/lists/*
USER nobody