Add docker build system
This commit is contained in:
17
docker/Dockerfile
Normal file
17
docker/Dockerfile
Normal file
@@ -0,0 +1,17 @@
|
||||
FROM fedora:41
|
||||
|
||||
RUN dnf install -y \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
make \
|
||||
nasm \
|
||||
python3 \
|
||||
git \
|
||||
qemu-system-x86 \
|
||||
wget \
|
||||
meson \
|
||||
&& dnf clean all
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
CMD ["bash", "-c", "/workspace/scripts/build-picolibc.sh && /workspace/scripts/build-kernel.sh"]
|
||||
Reference in New Issue
Block a user