Skip to content

Commit

Permalink
Allow PIP to break system package in these containers (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Dec 8, 2023
1 parent 4d9ba8b commit 5f864db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV \
CARGO_NET_GIT_FETCH_WITH_CLI=true \
HOME="/root" \
LANG="C.UTF-8" \
PIP_BREAK_SYSTEM_PACKAGES=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/" \
PIP_NO_CACHE_DIR=1 \
Expand Down

0 comments on commit 5f864db

Please sign in to comment.