containers/Dockerfile

8 lines
121 B
Text
Raw Normal View History

2025-07-11 12:52:38 +02:00
FROM alpine:edge
RUN apk --no-cache add openssh-client ansible nodejs npm
WORKDIR /app
CMD [ "ansible", "--version" ]