Closed suprovsky closed 1 year ago
Also broken for me.
However, the workaround resolves it. Specific commands to install them and restart:
docker exec -u 0 -it [containername] apk --no-cache add libssl3 libcrypto3
docker restart [containername]
Should be fixed now.
Thank you! Works great for me.
Hey, after upgrading your image to 25.0.4 it container went into a broken state:
apk add openssl-libs-static libssl3 libcrypto3
resolves the problem.openssl-libs-static
does not resolve the problem but after installing the other two and restarting the container everything went back to operation.