mirror of
https://git.suyu.dev/suyu/ci-docker.git
synced 2026-01-02 04:35:03 +01:00
Rename
This commit is contained in:
parent
464a9fdcf0
commit
78ce4d2063
1 changed files with 0 additions and 0 deletions
|
|
@ -1,8 +0,0 @@
|
|||
FROM ubuntu:jammy
|
||||
ENV ANDROID_HOME=/usr/lib/android-sdk/
|
||||
RUN apt-get update --yes \
|
||||
&& apt-get install --yes ccache apksigner glslang-dev glslang-tools git sdkmanager android-sdk bash openjdk-17-jdk openjdk-17-jre curl zip unzip tar cmake ninja-build pkg-config \
|
||||
&& apt-get install --yes --no-install-recommends clang-14 lld-14 llvm-14 llvm-14-linker-tools \
|
||||
&& apt-get clean \
|
||||
&& ln -s $(which clang-14) /usr/bin/clang && ln -s $(which clang++-14) /usr/bin/clang++ \
|
||||
&& echo y | sdkmanager --sdk_root=/usr/lib/android-sdk --licenses
|
||||
Loading…
Add table
Add a link
Reference in a new issue