~starkingdoms/starkingdoms

ref: b5c5e94e7e7df716277ba0222ebff7ce7636779e starkingdoms/Dockerfile.ansible -rw-r--r-- 74 bytes
b5c5e94e — ghostlyzsh Merge branch 'bevy_rewrite' of https://gitlab.com/starkingdoms.tk/starkingdoms.tk into bevy_rewrite 2 years ago
                                                                                
1
2
3
FROM alpine
RUN apk add --no-cache ansible sshpass
ENTRYPOINT ["/bin/sh"]