mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-05 22:26:02 +08:00
change to bookworm
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
cf3f1f04cd
commit
56a95182c7
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ 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 \
|
||||
echo "deb http://deb.debian.org/debian bookworm main" > /etc/apt/sources.list.d/bookworm.list \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
netcat \
|
||||
; \
|
||||
apt-get install -t sid -y --no-install-recommends \
|
||||
apt-get install -t bookworm -y --no-install-recommends \
|
||||
libheif1 \
|
||||
libde265-0 \
|
||||
libx265-199 \
|
||||
|
|
Loading…
Add table
Reference in a new issue