molecule: add nodejs for forgejo workflow
This commit is contained in:
parent
225b7cd419
commit
5202df42b6
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
FROM docker:dind
|
FROM docker:dind
|
||||||
MAINTAINER Adrien Waksberg "docker@yae.im"
|
MAINTAINER Adrien Waksberg "docker@waks.be"
|
||||||
|
|
||||||
RUN apk update && apk add --upgrade --no-cache rsync python3 python3-dev py3-pip gcc git curl build-base gettext \
|
RUN apk update && apk add --upgrade --no-cache rsync python3 python3-dev py3-pip gcc git curl build-base gettext \
|
||||||
autoconf automake py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh
|
autoconf automake py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh nodejs
|
||||||
RUN python3 -m pip install --break-system-packages \
|
RUN python3 -m pip install --break-system-packages \
|
||||||
ansible \
|
ansible \
|
||||||
ansible-lint \
|
ansible-lint \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue