~starkingdoms/starkingdoms

ref: 12effd077bf8caf4d4f1cb5d15a8562df0e73be7 starkingdoms/Dockerfile.ansible -rw-r--r-- 82 bytes
12effd07 — core actually remove it instead of crashing 2 years ago
                                                                                
1
2
3
FROM alpine
RUN apk add --no-cache ansible sshpass openssh
ENTRYPOINT ["/bin/sh"]