diff --git a/Dockerfile.build b/Dockerfile.build index 69fef84..b77e94b 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -3,7 +3,8 @@ FROM ruby:2.6 RUN mkdir /data WORKDIR /data -RUN apt-get update && apt-get -y install nodejs +RUN apt-get update +RUN curl -fsSL "https://cdn.jsdelivr.net/gh/tj/n@7.3.0/bin/n#v14.17.1" | bash -s -- lts COPY Gemfile /data/