mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
dockerfile: remove openssl package
This commit is contained in:
@@ -99,7 +99,7 @@ FROM scratch AS release
|
|||||||
COPY --link --from=releaser /out /
|
COPY --link --from=releaser /out /
|
||||||
|
|
||||||
FROM alpine:${ALPINE_VERSION}
|
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
|
COPY --from=build /usr/bin/diun /usr/local/bin/diun
|
||||||
ENV PROFILER_PATH="/profiler" \
|
ENV PROFILER_PATH="/profiler" \
|
||||||
DIUN_DB_PATH="/data/diun.db"
|
DIUN_DB_PATH="/data/diun.db"
|
||||||
|
|||||||
Reference in New Issue
Block a user