Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 4a06951

Browse files
authored
Merge pull request #4 from Vampouille/patch-1
Upgrade pip before installing requirements
2 parents 6e4db3e + ad66aac commit 4a06951

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ RUN apt-get update && apt-get install -y \
2222
COPY wait-for-postgres.sh /usr/bin/wait-for-postgres
2323
RUN chmod +x /usr/bin/wait-for-postgres
2424

25+
# Upgrade pip
26+
RUN pip install --upgrade pip
27+
2528
# To understand the next section (the need for requirements.txt and setup.py)
2629
# Please read: https://packaging.python.org/requirements/
2730

0 commit comments

Comments
 (0)