mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-31 02:52:19 +08:00
update some imaginary dependencies to improve performance
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
c54395aa4c
commit
cf3f1f04cd
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue