sym link clang in cross dockerfile
This commit is contained in:
parent
c4a41e8f55
commit
786d9834f5
@ -9,6 +9,6 @@ RUN apt-get install -y unzip && \
|
|||||||
unzip protoc.zip -d /usr && \
|
unzip protoc.zip -d /usr && \
|
||||||
chmod +x /usr/bin/protoc
|
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
|
ENV PROTOC=/usr/bin/protoc
|
||||||
|
Loading…
Reference in New Issue
Block a user