Skip to content

Commit 242f3c6

Browse files
authored
Merge pull request #235 from bilhackmac/master
Move to Debian 12 (bookworm)
2 parents 84fab6b + c75f0f7 commit 242f3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ RUN set -eux; \
218218
apt-mark auto '.*' > /dev/null; \
219219
[ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; \
220220
find /usr/local -type f -executable -exec ldd '{}' ';' \
221-
| awk '/=>/ { print $(NF-1) }' \
221+
| awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' \
222222
| sort -u \
223223
| xargs -r dpkg-query --search \
224224
| cut -d: -f1 \

0 commit comments

Comments
 (0)