~starkingdoms/starkingdoms

ref: 6d993bcd47d83786eb439f4d5a0a668c27605c62 starkingdoms/docker/Dockerfile.ansible -rw-r--r-- 82 bytes
6d993bcd — core client save editor buttons 2 years ago
                                                                                
1
2
3
FROM alpine
RUN apk add --no-cache ansible sshpass openssh
ENTRYPOINT ["/bin/sh"]