factoriotools / factorio-docker

Factorio headless server in a Docker container
https://hub.docker.com/r/factoriotools/factorio/
MIT License
1.08k stars 241 forks source link

Improve image stages #509

Closed rissson closed 1 month ago

rissson commented 1 month ago

As discussed in #506, this change re-uses intermediate stages for apt update, apt install and box64 install, and subsequent clean-up.

The docker image size stays the same, but the build is faster as the operations mentioned above are re-used for all images.

Fank commented 1 month ago

Looks nice, thanks