Skip to content

Commit 1d920b8

Browse files
committed
fix
1 parent a05c372 commit 1d920b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RUN find \
5151
| grep -E '^/(usr/lib|lib)/' \
5252
| sort -u \
5353
| xargs dpkg -S 2>/dev/null \
54+
| grep -v '^diversion' \
5455
| cut -d: -f1 \
5556
| sort -u \
5657
> /tmp/apt-packages.txt

0 commit comments

Comments
 (0)