Skip to content

Commit

Permalink
Fix deprecation of deb.nodesource.com/setup_16.x
Browse files Browse the repository at this point in the history
Signed-off-by: urvish667 <[email protected]>
  • Loading branch information
urvish667 committed Sep 19, 2023
1 parent a28641a commit 0beced3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/docker/indy-sdk-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ RUN apt-get update \
make \
&& rm -rf /var/lib/apt/lists/*

# NodeJS
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
# NodeJS - Updated to use the new NodeSource installation method
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /usr/share/keyrings/nodesource-archive-keyring.gpg \
&& echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nodesource-archive-keyring.gpg] https://deb.nodesource.com/node bionic main" | tee /etc/apt/sources.list.d/nodesource.list

# Indy-sdk
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88 \
Expand Down

0 comments on commit 0beced3

Please sign in to comment.