Skip to content

Commit

Permalink
Install 'npm' package...
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Dec 28, 2024
1 parent 498a525 commit 6c4fee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledgersmb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN set -x ; \
(curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg ) && \
(echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list) && \
apt-get update && \
apt-get -y install nodejs && \
apt-get -y install nodejs npm && \
npm install -g yarn

# Including postgresql-autodoc in the above total lump didn't work;
Expand Down

0 comments on commit 6c4fee1

Please sign in to comment.