Skip to content

Commit 0ff06f4

Browse files
Upgrade pip and setuptools in Dockerfile
1 parent d699850 commit 0ff06f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.12-slim AS builder
22

33
WORKDIR /app
44
COPY requirements.txt .
5-
RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
5+
RUN pip install --upgrade pip setuptools && pip install --no-cache-dir -r requirements.txt
66

77
FROM python:3.12-slim
88

0 commit comments

Comments
 (0)