Skip to content

Commit

Permalink
remove git
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Nov 2, 2023
1 parent f0364cb commit b6433d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV NODE_MAJOR=18
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list

RUN apt-get update
RUN apt-get install -y nodejs git
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 b6433d7

Please sign in to comment.