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

Update Dockerfile

parent 93b1634c
No related branches found
No related tags found
1 merge request!40Update Dockerfile
Pipeline #46258 passed with warnings
This commit is part of merge request !40. Comments created here will be created in the context of that merge request.
...@@ -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