Skip to content
Snippets Groups Projects
Commit ffb19fd8 authored by EXT Soraya Arias's avatar EXT Soraya Arias
Browse files

Correct nodejs installation

parent 6b8bad1a
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
apt install wget curl git \
python3-venv python3-pip && \
apt -y dist-upgrade && \
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
apt install -y nodejs && \
apt clean && \
rm -fr /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment