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"