Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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