From 084dfebddfbd57e824655981a290d0f3a10e7e8c Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sun, 31 Aug 2025 10:39:17 +0200 Subject: [PATCH] dockerfile: remove openssl package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8428e3ac..52652655 100644 --- a/Dockerfile +++ b/Dockerfile @@ -99,7 +99,7 @@ FROM scratch AS release COPY --link --from=releaser /out / FROM alpine:${ALPINE_VERSION} -RUN apk --update --no-cache add ca-certificates openssl tzdata +RUN apk --update --no-cache add ca-certificates tzdata COPY --from=build /usr/bin/diun /usr/local/bin/diun ENV PROFILER_PATH="/profiler" \ DIUN_DB_PATH="/data/diun.db"