mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08:00
fix typo
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
a4f0852bdf
commit
671a73a6c4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN set -ex; \
|
||||||
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 \
|
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 -t bookworm -y --no-install-recommends \
|
apt-get install -t bookworm -y --no-install-recommends \
|
||||||
libheif1 \
|
libheif1 \
|
||||||
|
|
Loading…
Reference in a new issue