We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f27b2b commit d7f18cfCopy full SHA for d7f18cf
Dockerfile
@@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat
9
WORKDIR /app
10
11
# Install git
12
-RUN apt-get update && apt-get install -y git
+RUN apk update && apk add --no-cache git
13
# Prisma stuff
14
COPY prisma ./prisma
15
# Install dependencies
0 commit comments