Skip to content

Commit

Permalink
Replace --install-option with pip-level option
Browse files Browse the repository at this point in the history
  • Loading branch information
prafullkotecha authored Aug 2, 2020
1 parent dd3a590 commit 532a5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loadgenerator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get -qq update \

COPY requirements.txt .

RUN pip install --install-option="--prefix=/install" -r requirements.txt
RUN pip install --prefix="/install" -r requirements.txt

FROM base
COPY --from=builder /install /usr/local
Expand Down

0 comments on commit 532a5ce

Please sign in to comment.