1FROM debian:bullseye 2RUN apt update \ 3 && apt install -y git xorriso build-essential 4VOLUME ["/user_data"] 5 6CMD tail -f /dev/null