2 Commits
Author SHA1 Message Date
Robin Schneider 0d8d6858fc Do not build unneeded runtime image (#43)
The runtime image was not the last stage thus it was always build and
left as untagged image. We can improve that. Refer to the docs for the
`docker build --target` option:

> Commands after the target stage will be skipped.

Ref: https://docs.docker.com/engine/reference/commandline/build/#specifying-target-build-stage---target

This commit simply moves the dpkg build stage patch above the runtime
image stage.
2022-12-30 15:16:48 +01:00
Robin Schneider fb15495ca6 Mention Debian 11 (bullseye) in docs (#44)
I have been using this build script on Debian Bullseye and targeting
Debian Bullseye. The docs should give an up-to-date and supported
example.
2022-12-30 15:13:06 +01:00