diff --git a/Dockerfile.genreport b/Dockerfile.genreport index fd09251..c39da47 100644 --- a/Dockerfile.genreport +++ b/Dockerfile.genreport @@ -8,6 +8,10 @@ RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/ RUN pip3 install --no-cache-dir -r /srv/reportgen/requirements.txt +ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache + +RUN git clone https://72d861f982d2a76275d5b8178fe0633b19c43d33@dev.ilab.cl/TDTP/Reportes_gen /srv + RUN chown -R app:app /srv USER app