~starkingdoms/starkingdoms

ref: e3a430f6787de630d430919cb68a2201bfb5936b starkingdoms/Dockerfile.ansible -rw-r--r-- 82 bytes
e3a430f6 — core final! final! deployment! fix! 16.0! 2 years ago
                                                                                
1
2
3
FROM alpine
RUN apk add --no-cache ansible sshpass openssh
ENTRYPOINT ["/bin/sh"]