Skip to content

Commit

Permalink
remove git
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Jun 20, 2024
1 parent 9459c34 commit 8e4fe6a
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 git curl -y --no-install-recommends
apt-get install curl -y --no-install-recommends
COPY . /app
WORKDIR /app

Expand Down

0 comments on commit 8e4fe6a

Please sign in to comment.