Skip to content

Commit d7f18cf

Browse files
committed
docker: use apk for git install
due to alpine based docker image
1 parent 1f27b2b commit d7f18cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat
99
WORKDIR /app
1010

1111
# Install git
12-
RUN apt-get update && apt-get install -y git
12+
RUN apk update && apk add --no-cache git
1313
# Prisma stuff
1414
COPY prisma ./prisma
1515
# Install dependencies

0 commit comments

Comments
 (0)