Docker: Add README and small tweaks

This commit is contained in:
Ole Schütt 2022-02-25 11:04:11 +01:00 committed by Ole Schütt
parent e385615c00
commit 0090174fbb
43 changed files with 116 additions and 62 deletions

View file

@ -24,6 +24,6 @@ COPY ./tools/docker/scripts/test_python.sh .
RUN ./test_python.sh 2>&1 | tee report.log
# Output the report if the image is old and was therefore pulled from the build cache.
CMD cat $(find ./report.log -mmin +3) | sed '/^Summary:/ s/$/ (cached)/'
CMD cat $(find ./report.log -mmin +10) | sed '/^Summary:/ s/$/ (cached)/'
#EOF