first push
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m18s

This commit is contained in:
Xaver Russ 2025-07-11 12:52:38 +02:00
parent 302c95243f
commit fdd1c07cab
2 changed files with 42 additions and 0 deletions

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM alpine:edge
RUN apk --no-cache add openssh-client ansible nodejs npm
WORKDIR /app
CMD [ "ansible", "--version" ]