Skip to content

Commit

Permalink
Merge pull request #1750 from MTG/node_npm_install
Browse files Browse the repository at this point in the history
Nodejs install did not install npm
  • Loading branch information
ffont authored Jan 15, 2024
2 parents 8ac08ba + 3ad1705 commit b42a07e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ARG PYTHON
FROM python:3.10

LABEL org.opencontainers.image.authors="[email protected]"
Expand Down
4 changes: 1 addition & 3 deletions docker/Dockerfile.workers_web
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ RUN make clean && make

FROM freesound:2023-07

RUN mkdir -p /etc/apt/keyrings/
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" > /etc/apt/sources.list.d/nodesource.list
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -

# Install specific dependencies needed for processing, building static files and for ssh
RUN apt-get update \
Expand Down

0 comments on commit b42a07e

Please sign in to comment.