Skip to content

Commit df8d4d0

Browse files
committed
Fix layers
1 parent 315267f commit df8d4d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/lib-copy/copy-dependencies.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
&& ! str_contains($library, 'libgpg-error.so')
4545
&& ! str_contains($library, 'libgpgme-pthread.so')
4646
&& ! str_contains($library, 'libgpgme.so')
47+
&& ! str_contains($library, 'libreadline.so.8')
4748
;
4849
});
4950

0 commit comments

Comments
 (0)