Skip to content
Snippets Groups Projects

Update Dockerfile

Merged Dmitriy Safronov requested to merge zimniy-main-patch-30737 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -19,7 +19,7 @@ RUN apk --no-cache add python3 && \
rm -rf /var/cache/apk/*
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"
WORKDIR /srv/ansible
RUN apk --no-cache add python3 && \
Loading