mirror of
https://github.com/linuxserver/docker-znc.git
synced 2026-02-20 01:42:38 +08:00
add ca-certificates to resolve sasl issues
This commit is contained in:
parent
a0fc99300b
commit
bb155ddc69
@ -67,7 +67,8 @@ RUN \
|
||||
| sort -u \
|
||||
)" && \
|
||||
apk add --no-cache \
|
||||
${RUNTIME_PACKAGES} && \
|
||||
${RUNTIME_PACKAGES} \
|
||||
ca-certificates && \
|
||||
|
||||
# cleanup
|
||||
apk del --purge \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user