Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Jun 20, 2024
1 parent cdd2094 commit c5c644d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM node:18-slim AS base
RUN apt-get update && \
apt-get install curl -y --no-install-recommends
apt-get install git curl -y --no-install-recommends
COPY . /app
WORKDIR /app

Expand Down

0 comments on commit c5c644d

Please sign in to comment.