We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf9746 commit 5de58cbCopy full SHA for 5de58cb
1 file changed
Dockerfile
@@ -8,6 +8,7 @@ ADD . /app
8
WORKDIR /app
9
10
COPY requirements.txt .
11
+RUN python3 -m pip install --upgrade pip
12
RUN pip install --target=/app -r requirements.txt
13
14
FROM gcr.io/distroless/python3-debian10
0 commit comments