Compare commits
No commits in common. "develop" and "main" have entirely different histories.
@ -25,8 +25,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -
|
||||
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install nodejs npm python3 python3-setuptools
|
||||
#RUN pip install setuptools
|
||||
RUN apt-get -y install nodejs npm
|
||||
|
||||
# Install Packages
|
||||
RUN npm install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user