~starkingdoms/starkingdoms

ref: 00216b06ade38652afd0b11fecbc4f6f4cde54eb starkingdoms/Dockerfile.ansible -rw-r--r-- 82 bytes
00216b06 — core disable incremental builds so more cache hits 2 years ago
                                                                                
1
2
3
FROM alpine
RUN apk add --no-cache ansible sshpass openssh
ENTRYPOINT ["/bin/sh"]