Merge pull request #235 from bilhackmac/master
Move to Debian 12 (bookworm)
This commit is contained in:
commit
242f3c62ba
|
|
@ -218,7 +218,7 @@ RUN set -eux; \
|
||||||
apt-mark auto '.*' > /dev/null; \
|
apt-mark auto '.*' > /dev/null; \
|
||||||
[ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; \
|
[ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; \
|
||||||
find /usr/local -type f -executable -exec ldd '{}' ';' \
|
find /usr/local -type f -executable -exec ldd '{}' ';' \
|
||||||
| awk '/=>/ { print $(NF-1) }' \
|
| awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' \
|
||||||
| sort -u \
|
| sort -u \
|
||||||
| xargs -r dpkg-query --search \
|
| xargs -r dpkg-query --search \
|
||||||
| cut -d: -f1 \
|
| cut -d: -f1 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue