mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
sym link clang in cross dockerfile
This commit is contained in:
@@ -9,6 +9,6 @@ RUN apt-get install -y unzip && \
|
||||
unzip protoc.zip -d /usr && \
|
||||
chmod +x /usr/bin/protoc
|
||||
|
||||
RUN apt-get install -y cmake clang-3.9
|
||||
RUN apt-get install -y cmake clang-3.9 && ln -s ../lib/llvm-3.9/bin/clang /usr/bin/clang
|
||||
|
||||
ENV PROTOC=/usr/bin/protoc
|
||||
|
||||
Reference in New Issue
Block a user