mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 21:33:22 +01:00
Use openssl pkg (#407)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -33,7 +33,7 @@ LABEL maintainer="CrazyMax"
|
|||||||
|
|
||||||
RUN apk --update --no-cache add \
|
RUN apk --update --no-cache add \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
libressl \
|
openssl \
|
||||||
&& rm -rf /tmp/* /var/cache/apk/*
|
&& rm -rf /tmp/* /var/cache/apk/*
|
||||||
|
|
||||||
COPY --from=build /usr/local/bin/diun /usr/local/bin/diun
|
COPY --from=build /usr/local/bin/diun /usr/local/bin/diun
|
||||||
|
|||||||
Reference in New Issue
Block a user