diff --git a/Dockerfile b/Dockerfile index 2d87221076884a138e5f37ace6f5bbec4a506bbb..d8b71ef506af6e16a3fdb95fba2436406c25b317 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \