Bump python from 3.13.0b3 to 3.13.0 #378
Open
codefactor.io / CodeFactor
failed
Oct 8, 2024 in 0s
4 issues found.
Annotations
Check notice on line 54 in Dockerfile
codefactor-io / CodeFactor
Dockerfile#L54
Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`). (DL3047)
Check warning on line 54 in Dockerfile
codefactor-io / CodeFactor
Dockerfile#L54
Either use Wget or Curl but not both. (DL4001)
Check notice on line 54 in Dockerfile
codefactor-io / CodeFactor
Dockerfile#L54
Use $(...) notation instead of legacy backticks `...`. (ShellCheck-SC2006)
Check notice on line 50 in Dockerfile
codefactor-io / CodeFactor
Dockerfile#L50
Delete the apt-get lists after installing something. (DL3009)
Loading