[Docker] Add Dockerfile and corresponding CI job #8
7 new issues (0 max.) of at least minor severity.
Annotations
Check notice on line 11 in Dockerfile
codacy-production / Codacy Static Code Analysis
Dockerfile#L11
Avoid additional packages by specifying `--no-install-recommends`
Check notice on line 11 in Dockerfile
codacy-production / Codacy Static Code Analysis
Dockerfile#L11
Delete the apt-get lists after installing something
Check warning on line 11 in Dockerfile
codacy-production / Codacy Static Code Analysis
Dockerfile#L11
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Check warning on line 39 in Dockerfile
codacy-production / Codacy Static Code Analysis
Dockerfile#L39
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Check notice on line 39 in Dockerfile
codacy-production / Codacy Static Code Analysis
Dockerfile#L39
Use semicolon or linefeed before 'fi' (or quote to make it literal).
Check warning on line 59 in Dockerfile
codacy-production / Codacy Static Code Analysis
Dockerfile#L59
Use WORKDIR to switch to a directory
Check warning on line 75 in Dockerfile
codacy-production / Codacy Static Code Analysis
Dockerfile#L75
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>`