Skip to content

Commit

Permalink
fix(docker): fix script url (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
seve authored Jun 29, 2022
1 parent c3d4fd8 commit a05db9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosted/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && \
apt-get install -y gettext moreutils build-essential libxml2-dev python3-dev python3-pip zlib1g-dev python3-requests python3-aiohttp llvm jq npm git zip curl && \
rm -rf /var/lib/apt/lists/*

RUN curl -sL https://deb.nodesource.com/setup_15.14.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_15.x | bash -
RUN apt-get -y install nodejs
RUN node -v

Expand Down

0 comments on commit a05db9d

Please sign in to comment.