feat: add openssl to dockerfile (#3762)
This commit is contained in:
committed by
GitHub
parent
d8fb09faae
commit
491e3f9f8b
+2
-1
@@ -30,7 +30,8 @@ RUN apk add --no-cache --update \
|
|||||||
tzdata \
|
tzdata \
|
||||||
fail2ban \
|
fail2ban \
|
||||||
bash \
|
bash \
|
||||||
curl
|
curl \
|
||||||
|
openssl
|
||||||
|
|
||||||
COPY --from=builder /app/build/ /app/
|
COPY --from=builder /app/build/ /app/
|
||||||
COPY --from=builder /app/DockerEntrypoint.sh /app/
|
COPY --from=builder /app/DockerEntrypoint.sh /app/
|
||||||
|
|||||||
Reference in New Issue
Block a user