issues
search
tomsik68
/
docker-xampp
Dockerfile to build an image containing XAMPP(MySQL + PHP + PHPMyAdmin) running on Debian system with SSH server
https://hub.docker.com/r/tomsik68/xampp/
MIT License
197
stars
109
forks
source link
Improve dockerfile, update xampp to 8.2.4
#55
Closed
tomsik68
closed
1 year ago
tomsik68
commented
1 year ago
Dockerfile improvements:
Use caching layer to cache the installer
Improve apt usage inside the container
Remove installer after use (this results in smaller image)
Use supervisor to start xampp instead of startup script
Dockerfile improvements: