Modified comment on Dockerfile

Simply to add the llvm installation to the existing comment.
This commit is contained in:
raystlin 2025-04-06 21:25:31 +00:00 committed by Michael Mayer
parent bfdb839d01
commit fd0baeb5a4

View file

@ -32,7 +32,7 @@ RUN apt-get update && apt-get upgrade && \
jq \
nano
# Install bazelisk
# Install bazelisk and llvm
RUN wget https://apt.llvm.org/llvm.sh && chmod u+x llvm.sh && \
./llvm.sh 17 && rm llvm.sh && \
ln -s /usr/bin/python3 /usr/bin/python && \