mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-06 05:24:37 +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
|
USER root
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
echo "deb http://deb.debian.org/debian sid main" > /etc/apt/sources.list.d/sid.list \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
netcat \
|
netcat \
|
||||||
; \
|
; \
|
||||||
|
apt-get install -t sid -y --no-install-recommends \
|
||||||
|
libheif1 \
|
||||||
|
libde265-0 \
|
||||||
|
libx265-199 \
|
||||||
|
libvips \
|
||||||
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
USER nobody
|
USER nobody
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue