diff --git a/Dockerfile b/Dockerfile
index b64058cf004c202afd8d42a2491e4618336f0511..4bbdc4b9f4dc540eb030baa610ae159383709939 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" ]