Skip to content

Commit

Permalink
feat: add apk package node
Browse files Browse the repository at this point in the history
  • Loading branch information
pasmophobia committed Dec 23, 2024
1 parent a90ecae commit 3100ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine/ansible

RUN ansible-galaxy collection install community.general \
&& apk add --update --no-cache ansible-lint
&& apk add --update --no-cache ansible-lint node \

ENTRYPOINT []
CMD ["ansible", "--help"]

0 comments on commit 3100ede

Please sign in to comment.