added curl
All checks were successful
/ build-docker-image (push) Successful in 43s

This commit is contained in:
2024-11-02 19:57:06 +00:00
parent 6d8f264704
commit fee0a4261a

View File

@@ -6,6 +6,7 @@ RUN echo "build started.."
RUN apk update && \ RUN apk update && \
apk add --no-cache openssh-client && \ apk add --no-cache openssh-client && \
apk add --no-cache curl && \
apk add --no-cache ansible && \ apk add --no-cache ansible && \
rm -rf /tmp/* && \ rm -rf /tmp/* && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*