Add NodeJS to list of installed packages (for Gitea Actions testing)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-12-13 00:09:33 -05:00
parent 20fbef9167
commit 009e29b7ed
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ COPY python/requirements.txt /tmp/requirements.txt
RUN apt update \
&& apt dist-upgrade -y \
&& apt autoremove --purge -y \
&& apt install -y python3-pip git systemd \
&& apt install -y python3-pip git systemd nodejs \
&& pip install pip --upgrade \
&& pip install -r /tmp/requirements.txt