Fix alpine-docker ssl bug

This commit is contained in:
crazywhalecc
2024-07-07 22:57:42 +08:00
committed by Jerry Ma
parent 5d39766298
commit cdf3e76528

View File

@@ -56,6 +56,7 @@ if ! $DOCKER_EXECUTABLE images | grep -q cwcc-spc-$SPC_USE_ARCH; then
FROM $ALPINE_FROM
$SPC_USE_MIRROR
RUN apk update; \
apk upgrade -a; \
apk add --no-cache \
autoconf \
automake \