Update Dockerfile

This commit is contained in:
Paulo Alfaiate 2024-03-18 23:55:17 +00:00
parent 9030b42a28
commit fc18d9a688

View file

@ -1,6 +1,7 @@
FROM ubuntu:jammy
ENV ANDROID_HOME=/usr/lib/android-sdk/
RUN apt-get update --yes \
RUN useradd -m -u 999 -g 994 -s /bin/bash suyu && \
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 \