fix: add apk add gcompat

This commit is contained in:
chalkim 2024-06-21 21:01:38 +08:00
parent f0d2f3fcc9
commit a853335dbf

View File

@ -3,6 +3,7 @@ RUN apk --update add ca-certificates \
mailcap \ mailcap \
curl \ curl \
jq \ jq \
gcompat \
mktorrent mktorrent
COPY healthcheck.sh /healthcheck.sh COPY healthcheck.sh /healthcheck.sh