Loadgenerator :: Dockerfile :: Fix, --prefix support issue (#387)
This commit is contained in:
parent
c4d86703c5
commit
8ed8970136
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue