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 3608388 commit 919e8b8Copy full SHA for 919e8b8
1 file changed
Dockerfile.aarch64
@@ -78,7 +78,7 @@ RUN \
78
79
RUN \
80
echo "**** determine runtime packages ****" && \
81
- scanelf --needed --nobanner /tmp/znc/usr/local/bin/znc \
+ scanelf --needed --nobanner /tmp/znc/usr/local/bin/znc /tmp/znc/usr/local/lib/znc/ \
82
| awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \
83
| sort -u \
84
| xargs -r apk info --installed \
0 commit comments