mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:28:35 +01:00
Try without npm
installation
This commit is contained in:
parent
edba607a76
commit
c51819ed53
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +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_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install nodejs npm
|
||||
RUN apt-get -y install nodejs
|
||||
|
||||
# Install Packages
|
||||
RUN npm install
|
||||
|
|
Loading…
Reference in a new issue