Skip to content

Commit 3608388

Browse files
committed
fix missing module dependencies
1 parent 1832b51 commit 3608388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

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

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

0 commit comments

Comments
 (0)