Skip to content

Commit ebfefd9

Browse files
authored
Merge pull request #6441 from agalazis/patch-1
Swap pip-args with extra-pip-args
2 parents 4e5f9a7 + 93a9017 commit ebfefd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ RUN pip install --upgrade pip==22.2.2 pipenv==2022.8.5
578578
ENV PIP_CACHE_DIR=/var/cache/pip
579579

580580
# Install with multiple workers
581-
RUN pipenv install --deploy --system --pip-args="--use-feature=fast-deps"
581+
RUN pipenv install --deploy --system --extra-pip-args="--use-feature=fast-deps"
582582
```
583583

584584
## Best Practices

0 commit comments

Comments
 (0)