diff --git a/Dockerfile.e2e b/Dockerfile.e2e index f7eba9f..969f29a 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -48,7 +48,7 @@ COPY --from=ruimarinho/bitcoin-core:0.21.1 /opt/bitcoin-*/bin /usr/local/bin ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install -y curl/bullseye-backports gettext-base jq -RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs +RUN curl -SLO https://deb.nodesource.com/nsolid_setup_deb.sh && chmod 500 nsolid_setup_deb.sh && ./nsolid_setup_deb.sh 20 && apt-get install nodejs -y RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* VOLUME /chainstate