Added node

This commit is contained in:
Sven Heidemann 2023-11-02 19:17:05 +01:00
parent 216d21e38d
commit 5126949c5a

View File

@ -23,4 +23,6 @@ RUN sudo apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev l
python3.10 -m pip install --user --upgrade pip && \
cd ../ && rm -r Python-3.10.*/
# cleanup
# install node
RUN sudo apt install nodejs
RUN sudo apt install npm