debian:
	docker run --rm \
	  --volume="./:/workspace" \
	  debian:bookworm \
	  bash -c 'cd /workspace/debian && ./build.sh'
