Skip to content

Commit 04499fa

Browse files
Add pip (#393)
1 parent 0a4d985 commit 04499fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ENV PYTHONUNBUFFERED 1
99

1010
# Install dependencies
1111
COPY ./requirements /requirements
12+
RUN pip install --upgrade pip
1213
RUN pip install --no-cache-dir -r /requirements/production.txt \
1314
&& rm -rf /requirements
1415

0 commit comments

Comments
 (0)