add pipreqs
This commit is contained in:
parent
db428b95ab
commit
0cccdd7ffc
@ -6,6 +6,6 @@ RUN useradd -m user && \
|
|||||||
|
|
||||||
USER user
|
USER user
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
ENV PYTHONPATH="${PYTHONPATH}:/home/user/.local/bin"
|
ENV PYTHONPATH="/home/user/.local/bin"
|
||||||
ENV PATH="${PATH}:/home/user/.local/bin"
|
ENV PATH="${PATH}:/home/user/.local/bin"
|
||||||
RUN pip install --no-cache-dir -r /tmp/build-requirements.txt
|
RUN pip install --no-cache-dir -r /tmp/build-requirements.txt
|
||||||
|
@ -2,3 +2,4 @@ build
|
|||||||
pytest
|
pytest
|
||||||
twine
|
twine
|
||||||
flake8
|
flake8
|
||||||
|
pipreqs
|
Loading…
Reference in New Issue
Block a user