Skip to content

Commit

Permalink
Fix missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 16, 2023
1 parent 060cbc3 commit 16a890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG \
# Set pip & S6 defaults
ENV \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/"
PIP_EXTRA_INDEX_URL="https://wheels.home-assistant.io/musllinux-index/" \
PIP_NO_CACHE_DIR=1 \
PIP_PREFER_BINARY=1 \
S6_SERVICES_GRACETIME=220000
Expand Down

0 comments on commit 16a890a

Please sign in to comment.