mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-03 18:18:26 +01:00
Debian Bookworm (#2033)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
1b913eb0e9
commit
d3b3eeba85
2 changed files with 4 additions and 3 deletions
|
@ -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; \
|
||||
|
|
|
@ -7,7 +7,8 @@ declare -A alpine_version=(
|
|||
)
|
||||
|
||||
declare -A debian_version=(
|
||||
[default]='bullseye'
|
||||
[25]='bullseye'
|
||||
[default]='bookworm'
|
||||
)
|
||||
|
||||
declare -A php_version=(
|
||||
|
|
Loading…
Reference in a new issue