diff --git a/packages/cli/Dockerfile b/packages/cli/Dockerfile index f4bc8ee91f..e2b3350f69 100644 --- a/packages/cli/Dockerfile +++ b/packages/cli/Dockerfile @@ -8,6 +8,7 @@ WORKDIR /app/ # RUN apt-get install -y openssl ca-certificates > /dev/null 2>&1 # RUN update-ca-certificates RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - +RUN apt-get install -y nodejs # Install sharp TODO update this when we change sharp versions RUN npm install sharp@0.32.6