Skip to content

Commit

Permalink
new-nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Nov 1, 2023
1 parent 1061065 commit 7fe3ef6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,10 @@ RUN mkdir -p /etc/apt/keyrings && \
pip3 install Mopidy-Tidal --break-system-packages

# Install nodejs
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
RUN 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_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && \
apt-get update -qq && \
apt-get install -qq nodejs

# Install novnc
RUN git clone --depth 1 https://github.com/cloud-computer/noVNC.git /opt/noVNC && \
Expand Down

0 comments on commit 7fe3ef6

Please sign in to comment.