Skip to content

Commit

Permalink
Use nodejs debian package only
Browse files Browse the repository at this point in the history
See https://github.com/nodesource/distributions#new-update-%EF%B8%8F

The nodejs installation script is no longer supported.
  • Loading branch information
eccles committed Oct 11, 2023
1 parent 240d413 commit 4c534f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile-builder
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ RUN curl -fsSOL https://taskfile.dev/install.sh \
&& sh install.sh \
&& rm -f install.sh

RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -

RUN apt-get update \
&& apt-get upgrade -y --no-install-recommends \
&& apt-get install -y --fix-missing \
Expand Down

0 comments on commit 4c534f3

Please sign in to comment.