Compare commits

..

1 Commits

Author SHA1 Message Date
IC
a14e2e3e5b Merge branch 'fix-qemu-raspi' into 'master'
Draft: Fix raspi_qemu build

See merge request redox-os/redox!1660
2025-10-25 16:24:03 +00:00

View File

@ -1,6 +1,6 @@
# Configuration file to install the recipe dependencies inside the Podman container
FROM docker.io/library/debian:trixie
FROM debian:trixie
# _UID_ must be replaced with the user's uid on host
# podman root is mapped to your user id on host during build,