mirror of
https://git.suyu.dev/suyu/ci-docker
synced 2024-11-21 14:29:15 -07:00
Add ANDROID_HOME variable
This commit is contained in:
parent
670ac8978e
commit
9b82f10a18
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
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 \
|
||||
|
|
Loading…
Reference in a new issue