containers/Dockerfile
Xaver Russ fdd1c07cab
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m18s
first push
2025-07-11 12:52:38 +02:00

7 lines
121 B
Docker

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