Skip to content

Commit

Permalink
Merge pull request #826 from whittlem/whittlem-patch-10
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
whittlem authored Aug 12, 2023
2 parents c0833d4 + 8185fff commit 1251bd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN pip config --user set global.extra-index-url https://www.piwheels.org/simple

COPY requirements.txt .

RUN python -m pip install --no-cache-dir -U pip && \
# RUN python -m pip install --no-cache-dir -U pip && \
RUN python3 -m pip install --no-cache-dir -U pip==19.3.1 && \
python3 -m pip install --no-cache-dir -r requirements.txt

COPY . /app
Expand Down

0 comments on commit 1251bd5

Please sign in to comment.