mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
解决了debian上编译后,kernel_thread_func被优化掉的问题
This commit is contained in:
6
tools/Dockerfile
Normal file
6
tools/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM debian:bullseye
|
||||
RUN apt update \
|
||||
&& apt install -y git xorriso build-essential
|
||||
VOLUME ["/user_data"]
|
||||
|
||||
CMD tail -f /dev/null
|
Reference in New Issue
Block a user