Add TypeScript

This commit is contained in:
2025-11-19 20:02:23 +01:00
parent f4b474f0b9
commit 11a59418e8
11 changed files with 202 additions and 23 deletions

View File

@@ -10,8 +10,12 @@ RUN dnf install -y \
qemu-system-x86 \
wget \
meson \
unzip \
&& dnf clean all
RUN curl -fsSL https://bun.sh/install | bash
ENV PATH="/root/.bun/bin:${PATH}"
WORKDIR /workspace
CMD ["bash", "-c", "/workspace/scripts/build-picolibc.sh && /workspace/scripts/build-kernel.sh"]