Add TypeScript
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user