From e171ebea942c7407c81773feb5c013efd46d3f9c Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Sun, 27 Jun 2021 02:23:35 +0300 Subject: [PATCH] Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b64058c..4bbdc4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 py3-yaml openssl ca-certificates sshpass openssh-client rsync git && \ +RUN apk --no-cache add python3 yaml openssl ca-certificates sshpass openssh-client rsync git && \ rm -rf /var/cache/apk/* COPY --from=builder /opt/ansible /opt/ansible CMD [ "ansible", "--version" ] -- GitLab