From dcab3a840c59d1d115e0f8a97918cdaf0d6d0ebc Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 16 Jun 2021 04:20:16 +0200 Subject: [PATCH] Use `openssl` pkg (#407) Co-authored-by: CrazyMax --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 305893b3..12a90b14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ LABEL maintainer="CrazyMax" RUN apk --update --no-cache add \ ca-certificates \ - libressl \ + openssl \ && rm -rf /tmp/* /var/cache/apk/* COPY --from=build /usr/local/bin/diun /usr/local/bin/diun