mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-03 11:35:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -51,12 +51,7 @@ FROM scratch AS binary
|
||||
COPY --from=build /usr/local/bin/diun* /
|
||||
|
||||
FROM alpine:3.14
|
||||
|
||||
RUN apk --update --no-cache add \
|
||||
ca-certificates \
|
||||
openssl \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
RUN apk --update --no-cache add ca-certificates openssl
|
||||
COPY --from=build /usr/local/bin/diun /usr/local/bin/diun
|
||||
|
||||
ENV PROFILER_PATH="/profiler" \
|
||||
|
||||
Reference in New Issue
Block a user