0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 10:56:08 +02:00

Debian Bookworm

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2023-07-17 12:02:35 +02:00
parent 38b8110c58
commit b16ef139bb
2 changed files with 4 additions and 3 deletions

View file

@ -79,9 +79,9 @@ RUN set -ex; \
apt-mark auto '.*' > /dev/null; \
apt-mark manual $savedAptMark; \
ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so \
| awk '/=>/ { print $3 }' \
| awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' \
| sort -u \
| xargs -r dpkg-query -S \
| xargs -r dpkg-query --search \
| cut -d: -f1 \
| sort -u \
| xargs -rt apt-mark manual; \

View file

@ -7,7 +7,8 @@ declare -A alpine_version=(
)
declare -A debian_version=(
[default]='bullseye'
[25]='bullseye'
[default]='bookworm'
)
declare -A php_version=(