mirror of
https://github.com/TronoSfera/backupy-agent.git
synced 2026-05-19 02:23:30 +03:00
fix(docker): bundle krb5-libs for mongodump GSSAPI symbols
mongodump dynamically links against libgssapi_krb5.so.2 (Alpine's mongodb-tools package depends on it for SCRAM/Kerberos auth). Without it the binary crashes at startup. Add krb5-libs so mongodump loads cleanly.
This commit is contained in:
parent
729196e3e3
commit
d1675f2b44
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ RUN apk add --no-cache \
|
|||
zstd-libs \
|
||||
lz4-libs \
|
||||
xz-libs \
|
||||
krb5-libs \
|
||||
&& addgroup -S backupy -g 1000 \
|
||||
&& adduser -S backupy -G backupy -u 1000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue