Use openssl pkg (#407)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-06-16 04:20:16 +02:00
committed by GitHub
parent 2a39a6c36c
commit dcab3a840c

View File

@@ -33,7 +33,7 @@ LABEL maintainer="CrazyMax"
RUN apk --update --no-cache add \ RUN apk --update --no-cache add \
ca-certificates \ ca-certificates \
libressl \ openssl \
&& rm -rf /tmp/* /var/cache/apk/* && rm -rf /tmp/* /var/cache/apk/*
COPY --from=build /usr/local/bin/diun /usr/local/bin/diun COPY --from=build /usr/local/bin/diun /usr/local/bin/diun