支持使用docker进行构建

This commit is contained in:
fslongjin
2022-07-25 19:32:50 +08:00
parent 2057c77f5a
commit 63c40fec13
3 changed files with 14 additions and 8 deletions

View File

@ -1,6 +0,0 @@
FROM debian:bullseye
RUN apt update \
&& apt install -y git xorriso build-essential
VOLUME ["/user_data"]
CMD tail -f /dev/null