Addition of NodeJS for Gitea Actions testing #11

Merged
chris merged 2 commits from testing into release 2023-12-13 00:33:41 -05:00
Showing only changes of commit 269fed994f - Show all commits

View File

@ -11,7 +11,7 @@ COPY conf/dnf.conf /etc/dnf/dnf.conf
COPY python/requirements.txt /tmp/requirements.txt
# RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
RUN dnf install -y python3-pip git systemd nodejs \
RUN dnf install -y python3-pip python3-devel gcc git systemd nodejs \
&& pip install pip --upgrade \
&& pip install -r /tmp/requirements.txt