We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3030fa + 084dfeb commit fd46218Copy full SHA for fd46218
Dockerfile
@@ -99,7 +99,7 @@ FROM scratch AS release
99
COPY --link --from=releaser /out /
100
101
FROM alpine:${ALPINE_VERSION}
102
-RUN apk --update --no-cache add ca-certificates openssl tzdata
+RUN apk --update --no-cache add ca-certificates tzdata
103
COPY --from=build /usr/bin/diun /usr/local/bin/diun
104
ENV PROFILER_PATH="/profiler" \
105
DIUN_DB_PATH="/data/diun.db"
0 commit comments