Commit 089309ba authored by Ondřej Borýsek's avatar Ondřej Borýsek
Browse files

Update documentation of Scan2Report

parent ec57536d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,10 +2,14 @@ FROM python:3.8

WORKDIR /app

# SETUP Scan2Report - BEGIN

RUN apt-get clean && apt-get update && apt-get install -y locales locales-all
RUN locale-gen cs_CZ && locale-gen cs_CZ.UTF-8 && update-locale cs_CZ.UTF-8
ENV LANG="cs_CZ.UTF-8" LC_ALL="cs_CZ.UTF-8" LC_CTYPE="cs_CZ.UTF-8"

# SETUP Scan2Report - END

COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt

Compare 3b99bf95 to 6b524a39
Original line number Diff line number Diff line
Subproject commit 3b99bf95635b2f349bd78ba7ee50bb875aa1ebc4
Subproject commit 6b524a39da623003ee057b570a02ff60c6a0fd8a