We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1832b51 commit 3608388Copy full SHA for 3608388
1 file changed
Dockerfile
@@ -79,7 +79,7 @@ RUN \
79
80
RUN \
81
echo "**** determine runtime packages ****" && \
82
- scanelf --needed --nobanner /tmp/znc/usr/local/bin/znc \
+ scanelf --needed --nobanner /tmp/znc/usr/local/bin/znc /tmp/znc/usr/local/lib/znc/ \
83
| awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \
84
| sort -u \
85
| xargs -r apk info --installed \
0 commit comments