Install node in container for actions

This commit is contained in:
Shrukan
2024-02-17 16:20:54 -07:00
parent eb94119700
commit 91c537f195

View File

@ -8,6 +8,9 @@ RUN pip install --break-system-packages meson gcovr
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin
# Install node for actions
RUN curl -fsSL https://deb.nodesource.com/setup_current.x | bash - && apt-get install -y nodejs
# Install latest doxygen
RUN wget --progress=bar:force:noscroll https://www.doxygen.nl/files/doxygen-1.10.0.linux.bin.tar.gz && \
tar -xzf doxygen-1.10.0.linux.bin.tar.gz && \