Ver código fonte

Added curl package to Dockerfile (#3665)

VolgaIgor 3 semanas atrás
pai
commit
da447e5669
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -29,7 +29,8 @@ RUN apk add --no-cache --update \
   ca-certificates \
   tzdata \
   fail2ban \
-  bash
+  bash \
+  curl
 
 COPY --from=builder /app/build/ /app/
 COPY --from=builder /app/DockerEntrypoint.sh /app/