fix libcrypto 1.1 issue

This commit is contained in:
shibao 2022-12-03 22:59:43 -05:00
parent 8e771a2d9a
commit 23f7af2a93

View File

@ -37,7 +37,7 @@ RUN mix do compile, release
FROM alpine:latest AS app
RUN apk upgrade --no-cache && \
apk add --no-cache bash openssl libgcc libstdc++ ncurses-libs
apk add --no-cache bash openssl libssl1.1 libcrypto1.1 libgcc libstdc++ ncurses-libs
WORKDIR /app