We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05c372 commit 1d920b8Copy full SHA for 1d920b8
Dockerfile
@@ -51,6 +51,7 @@ RUN find \
51
| grep -E '^/(usr/lib|lib)/' \
52
| sort -u \
53
| xargs dpkg -S 2>/dev/null \
54
+ | grep -v '^diversion' \
55
| cut -d: -f1 \
56
57
> /tmp/apt-packages.txt
0 commit comments