osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/39784?usp=email )
Change subject: debian-bookworm-build: add xxd ......................................................................
debian-bookworm-build: add xxd
The xxd program is now required for building osmo-asf4-dfu.
Related: osmo-asf4-dfu I1403d35497cdea41ea5bed2c94b9e729ca352772 Change-Id: I8064c6a24ad7dfc0a6c83c1ff5bcb7b47fdd66f4 --- M debian-bookworm-build/Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/debian-bookworm-build/Dockerfile b/debian-bookworm-build/Dockerfile index 8fbc9d3..6755dcf 100644 --- a/debian-bookworm-build/Dockerfile +++ b/debian-bookworm-build/Dockerfile @@ -167,6 +167,7 @@ unzip \ virtualenv \ xsltproc \ + xxd \ && \ apt-get clean