~starkingdoms/starkingdoms

ref: 6951be5eb3d54f459bbd522a16769166c0f5ced6 starkingdoms/docker/Dockerfile.ansible -rw-r--r-- 82 bytes
6951be5e — core cleanup logging, refactor chatbox 2 years ago
                                                                                
1
2
3
FROM alpine
RUN apk add --no-cache ansible sshpass openssh
ENTRYPOINT ["/bin/sh"]