Updated image
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 22s

This commit is contained in:
Sven Heidemann 2023-11-04 15:12:14 +01:00
parent 183f952807
commit 1eebbc1636

View File

@ -21,7 +21,7 @@ RUN sudo apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev l
make -j $(nproc) && \
sudo make altinstall && \
python3.10 -m pip install --user --upgrade pip && \
cd ../ && rm -r Python-3.10.*/
cd ../ && sudo rm -rf Python-3.10.*/
# install node
RUN sudo apt -y install nodejs