Skip to content

Commit

Permalink
Fix up the env path as well. Do not want to pick up usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jul 13, 2023
1 parent d480198 commit 05caad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/connectedhomeip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ RUN apt-get update && \
libavahi-client-dev ninja-build python3-venv python3-dev python3-pip \
unzip libgirepository1.0-dev libcairo2-dev libreadline-dev

# Ensure python that was just installed gets precedence over
# the one already installed in /usr/local/bin
ENV PATH="/usr/bin/:${PATH}"

# PEP-517 needed for cryptography. Update pip
RUN pip3 install --upgrade pip setuptools wheel

Expand Down

0 comments on commit 05caad2

Please sign in to comment.