Skip to content

Commit

Permalink
Add missing dir for successful node install
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Sep 29, 2023
1 parent 129f386 commit 2932938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.workers_web
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN make clean && make

FROM freesound:2023-07

RUN mkdir /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

Expand Down

0 comments on commit 2932938

Please sign in to comment.