update readthedocs config #260
10 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 10
Complexity decreasing per file
==============================
+ analysis_configurations/unittest/unittest_config.py -8
See the complete overview on Codacy
Annotations
Check notice on line 5 in docker/Dockerfile
codacy-production / Codacy Static Code Analysis
docker/Dockerfile#L5
Delete the apt-get lists after installing something
Check notice on line 6 in docker/Dockerfile
codacy-production / Codacy Static Code Analysis
docker/Dockerfile#L6
Avoid additional packages by specifying `--no-install-recommends`
Check warning on line 6 in docker/Dockerfile
codacy-production / Codacy Static Code Analysis
docker/Dockerfile#L6
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Check warning on line 8 in docker/Dockerfile
codacy-production / Codacy Static Code Analysis
docker/Dockerfile#L8
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>`
Check notice on line 11 in docker/Dockerfile
codacy-production / Codacy Static Code Analysis
docker/Dockerfile#L11
Avoid additional packages by specifying `--no-install-recommends`
Check notice on line 11 in docker/Dockerfile
codacy-production / Codacy Static Code Analysis
docker/Dockerfile#L11
Delete the apt-get lists after installing something
Check warning on line 11 in docker/Dockerfile
codacy-production / Codacy Static Code Analysis
docker/Dockerfile#L11
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Check warning on line 18 in docker/Dockerfile
codacy-production / Codacy Static Code Analysis
docker/Dockerfile#L18
Use WORKDIR to switch to a directory
Check notice on line 21 in docker/Dockerfile
codacy-production / Codacy Static Code Analysis
docker/Dockerfile#L21
Avoid additional packages by specifying `--no-install-recommends`
Check warning on line 21 in docker/Dockerfile
codacy-production / Codacy Static Code Analysis
docker/Dockerfile#L21
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`