1
0
Fork 0

Go back to one requirements.txt, simplify workflow

The workflow can now use .pylintrc and the pylint req in
requirements.txt rather than having the options inline and installing it
separately
This commit is contained in:
Joel Bradshaw 2022-06-05 14:56:47 -07:00
parent b3603c04c5
commit 6584cb6404
4 changed files with 10 additions and 12 deletions

View file

@ -10,6 +10,3 @@ RUN apt-get update && apt-get install -y gettext libgettextpo-dev tidy && apt-ge
COPY requirements.txt /app/
RUN pip install -r requirements.txt --no-cache-dir
COPY requirements.dev.txt /app/
RUN pip install -r requirements.dev.txt --no-cache-dir