Skip to content

Commit fd46218

Browse files
authored
Merge pull request #1488 from crazy-max/rm-openssl
dockerfile: remove openssl package
2 parents c3030fa + 084dfeb commit fd46218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ FROM scratch AS release
9999
COPY --link --from=releaser /out /
100100

101101
FROM alpine:${ALPINE_VERSION}
102-
RUN apk --update --no-cache add ca-certificates openssl tzdata
102+
RUN apk --update --no-cache add ca-certificates tzdata
103103
COPY --from=build /usr/bin/diun /usr/local/bin/diun
104104
ENV PROFILER_PATH="/profiler" \
105105
DIUN_DB_PATH="/data/diun.db"

0 commit comments

Comments
 (0)