mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 15:36:52 +00:00
address review
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
56a95182c7
commit
ebbcb998ce
1 changed files with 3 additions and 1 deletions
|
|
@ -4,17 +4,19 @@ FROM nextcloud/imaginary:20230301
|
||||||
USER root
|
USER root
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
echo "deb http://deb.debian.org/debian bookworm main" > /etc/apt/sources.list.d/bookworm.list \
|
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
netcat \
|
netcat \
|
||||||
; \
|
; \
|
||||||
|
echo "deb http://deb.debian.org/debian bookworm main" > /etc/apt/sources.list.d/bookworm.list \
|
||||||
|
apt-get update; \
|
||||||
apt-get install -t bookworm -y --no-install-recommends \
|
apt-get install -t bookworm -y --no-install-recommends \
|
||||||
libheif1 \
|
libheif1 \
|
||||||
libde265-0 \
|
libde265-0 \
|
||||||
libx265-199 \
|
libx265-199 \
|
||||||
libvips \
|
libvips \
|
||||||
; \
|
; \
|
||||||
|
rm /etc/apt/sources.list.d/bookworm.list; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
USER nobody
|
USER nobody
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue