Adds html linting to test
This commit is contained in:
parent
9a06b7d493
commit
585c71e72a
5 changed files with 11 additions and 6 deletions
|
@ -8,4 +8,4 @@ WORKDIR /app
|
|||
|
||||
COPY requirements.txt /app/
|
||||
RUN pip install -r requirements.txt --no-cache-dir
|
||||
RUN apt-get update && apt-get install -y gettext libgettextpo-dev && apt-get clean
|
||||
RUN apt-get update && apt-get install -y gettext libgettextpo-dev tidy && apt-get clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue