@kugel- commented on this pull request.
> @@ -0,0 +1,121 @@ +# +# Copyright 2022 The Geany contributors +# License: GPLv2 +# +# Docker image for Geany and Geany-Plugins cross-build to Windows +# The image contains a self-compiled Pacman to install mingw-w64 +# packages and all other dependencies necessary to build the code +# and create a ready-use installer. +# For more details, see build_mingw64_geany.sh where this image is used. +# +# Intermediate container for building pacman +FROM debian:bullseye as build-pacman Why is that an "intermediate container"? And what does this mean exactly, i.e. what's the advantage over building pacman in the main docker container? -- Reply to this email directly or view it on GitHub: https://github.com/geany/infrastructure/pull/7#pullrequestreview-1112119287 You are receiving this because you are subscribed to this thread. Message ID: <geany/infrastructure/pull/7/review/[email protected]>
