0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-04-11 06:01:21 +00:00

Update Dockerfile

This commit is contained in:
CrazyMax 2021-12-25 23:54:23 +01:00
parent a7e9a40fed
commit 35d1322a7b
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -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" \