Adds html linting to test

This commit is contained in:
Mouse Reeve
2021-09-28 10:21:12 -07:00
parent 9a06b7d493
commit 585c71e72a
5 changed files with 11 additions and 6 deletions

View File

@ -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