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
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
build
|
build
|
||||||
pytest
|
pytest
|
||||||
twine
|
twine
|
||||||
flake8
|
flake8
|
||||||
|
pipreqs
|
Loading…
Reference in New Issue
Block a user