Skip to content

Commit

Permalink
Install nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Nov 1, 2023
1 parent 7744c5e commit 61817a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
Expand Down

0 comments on commit 61817a1

Please sign in to comment.