Skip to content

Commit 5de58cb

Browse files
committed
chore: update Dockerfile
1 parent faf9746 commit 5de58cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ADD . /app
88
WORKDIR /app
99

1010
COPY requirements.txt .
11+
RUN python3 -m pip install --upgrade pip
1112
RUN pip install --target=/app -r requirements.txt
1213

1314
FROM gcr.io/distroless/python3-debian10

0 commit comments

Comments
 (0)