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

Dockerfile

parent 92e60ee4
No related branches found
No related tags found
1 merge request!25Fix
Pipeline #2618 passed
......@@ -13,7 +13,7 @@ RUN apk --no-cache add python3 && \
FROM registry.cyberbrain.pw/docker/alpine:latest AS runtime
ENV PATH="/opt/ansible/bin:$PATH"
WORKDIR /srv/ansible
RUN apk --no-cache add python3 openssl ca-certificates sshpass openssh-client rsync git && \
RUN apk --no-cache add python3 py3-yaml openssl ca-certificates sshpass openssh-client rsync git && \
rm -rf /var/cache/apk/*
COPY --from=builder /opt/ansible /opt/ansible
CMD [ "ansible", "--version" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment