Dockerfile
Correctness
invalid-port
invalid-port
Detected an invalid port number. Valid ports are 0 through 65535.
multiple-entrypoint-instructions
multiple-entrypoint-instructions
Multiple ENTRYPOINT instructions were found. Only the last one will take effect.
missing-assume-yes-switch
missing-assume-yes-switch
This ‘apt-get install’ is missing the ‘-y’ switch. This might stall builds because it requires human intervention. Add the ‘-y’ switch.