|
|
|
|
|
|
|
|
# EDIT: no longer needed! |
|
|
# EDIT: no longer needed! |
|
|
# RUN cp -prv /usr/lib/llvm-14/lib/libunwind.so.1.0 /usr/lib/llvm-14/lib/libunwind.so |
|
|
# RUN cp -prv /usr/lib/llvm-14/lib/libunwind.so.1.0 /usr/lib/llvm-14/lib/libunwind.so |
|
|
|
|
|
|
|
|
|
|
|
# Install mold (even faster than gold) (linker) |
|
|
|
|
|
RUN apt install -y mold |
|
|
|
|
|
|
|
|
COPY switch-to-latest-clang /usr/local/bin/switch-to-latest-clang |
|
|
COPY switch-to-latest-clang /usr/local/bin/switch-to-latest-clang |
|
|
|
|
|
|
|
|
RUN chmod +x /usr/local/bin/switch-to-latest-clang |
|
|
RUN chmod +x /usr/local/bin/switch-to-latest-clang |