phpsysinfo / phpsysinfo

phpSysInfo: a customizable PHP script that displays information about your system nicely
http://phpsysinfo.github.io/phpsysinfo
GNU General Public License v2.0
1.38k stars 234 forks source link

update dockerfile - bump ubuntu variant, move to php7.4, try and use … #311

Closed DavidGoodwin closed 2 years ago

DavidGoodwin commented 2 years ago

Summary

Update Docker image to use Ubuntu 20.04 not an ancient variant. Update PHP version to 7.4 (7.0 is technically not supported by the PHP project). Rejig the Dockerfile a little to chain some RUN commands together, to reduce the layer count (perhaps). Better cleanup of apt files after build Add DEBIAN_FRONTEND=noninteractive to build etc.

Types of changes

n/a

Code Preparation