Skip to content
Snippets Groups Projects
Commit e24f716a authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Merge branch 'zimniy-main-patch-30737' into 'main'

Update Dockerfile

See merge request !40
parents 93b1634c 41b4ae88
No related branches found
No related tags found
1 merge request!40Update Dockerfile
Pipeline #60587 failed
...@@ -19,7 +19,7 @@ RUN apk --no-cache add python3 && \ ...@@ -19,7 +19,7 @@ RUN apk --no-cache add python3 && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*
FROM base AS runtime FROM base AS runtime
ARG ANSIBLE_RUNTIME_DEPENDENCIES="ca-certificates git openssh-client openssl patch rsync sshpass yaml" ARG ANSIBLE_RUNTIME_DEPENDENCIES="ca-certificates git openssh-client openssl patch rsync sshpass yaml sops"
ENV PATH="/opt/ansible/bin:$PATH" ENV PATH="/opt/ansible/bin:$PATH"
WORKDIR /srv/ansible WORKDIR /srv/ansible
RUN apk --no-cache add python3 && \ RUN apk --no-cache add python3 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment