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