Add LLVM and lld to the c_toolchain env

This commit is contained in:
texhno 2024-02-16 19:49:25 +01:00
parent ab540f13ae
commit 9fcfc4a58d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y vim gcc indent clang clang-format gdb binutils nasm xxd
RUN apt-get update && apt-get install -y vim gcc indent clang clang-format gdb binutils nasm xxd llvm lld
WORKDIR /dmzOS
ENTRYPOINT [ "bash" ]