fix missing ssl and crypto packages
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
shibao 2024-02-23 21:53:25 -05:00
parent 67d688fc1e
commit 61eb094975

View File

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