mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 02:46:47 +00:00
6 lines
133 B
Docker
6 lines
133 B
Docker
FROM debian:bullseye
|
|
RUN apt update \
|
|
&& apt install -y git xorriso build-essential
|
|
VOLUME ["/user_data"]
|
|
|
|
CMD tail -f /dev/null |