File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ RUN apt update && apt install -y \
9696 libclang-${LLVM_VERSION}-dev && \
9797 update-alternatives --install /usr/bin/clang clang /usr/bin/clang-${LLVM_VERSION} 100 && \
9898 update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-${LLVM_VERSION} 100 && \
99+ update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-${LLVM_VERSION} 100 && \
99100 update-alternatives --install /usr/bin/lld lld /usr/bin/lld-${LLVM_VERSION} 100 && \
100101 update-alternatives --install /usr/bin/lldb lldb /usr/bin/lldb-${LLVM_VERSION} 100 && \
101102 update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-${LLVM_VERSION} 100
@@ -208,4 +209,4 @@ RUN cp /home/${USER_NAME}/.zshrc /etc/skel/.zshrc && \
208209EXPOSE 22
209210
210211# Start SSH server as the main process
211- CMD ["/usr/sbin/sshd" , "-D" ]
212+ CMD ["/usr/sbin/sshd" , "-D" ]
You can’t perform that action at this time.
0 commit comments