Add ansible Dockerfile and enable building of game images
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-06 13:45:39 +01:00
parent cdf7ef26f6
commit 2fb112760c
2 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
FROM alpine:latest
RUN apk update && apk upgrade
RUN apk add ansible
CMD ansible