Skip to content
Snippets Groups Projects
Verified Commit 80e373b7 authored by Nathan Chancellor's avatar Nathan Chancellor
Browse files
parent 3683c95a
No related branches found
No related tags found
Loading
ARG BASE
FROM ${BASE}
ARG ANDROID_CLANG=r437112
ARG ANDROID_CLANG=r437112b
RUN wget --progress=dot:giga https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+archive/refs/heads/master/clang-${ANDROID_CLANG}.tar.gz && \
tar xaf clang-${ANDROID_CLANG}.tar.gz -C /usr/local && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment