Skip to content

Commit 919e8b8

Browse files
committed
fix missing module dependencies
1 parent 3608388 commit 919e8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN \
7878

7979
RUN \
8080
echo "**** determine runtime packages ****" && \
81-
scanelf --needed --nobanner /tmp/znc/usr/local/bin/znc \
81+
scanelf --needed --nobanner /tmp/znc/usr/local/bin/znc /tmp/znc/usr/local/lib/znc/ \
8282
| awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' \
8383
| sort -u \
8484
| xargs -r apk info --installed \

0 commit comments

Comments
 (0)