Install python requirements in Dockerfile
This commit is contained in:
parent
a23b35165a
commit
f51fe5571b
@ -9,6 +9,6 @@ RUN apt-get update \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN python3 -m pip install pre-commit
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
|
||||
ENV PATH="${PATH}:./node_modules/.bin"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user