Add a installed version of gradle
This commit is contained in:
parent
54bef3d71f
commit
96f196b30e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM git.zontreck.com/ariascreations/buildenvironments:debian
|
|||
ENV GRADLE_VERSION 8.3
|
||||
RUN apt install -y build-essential cmake ninja-build openjdk-17-jdk nasm git curl wget openjdk-17-jre android-sdk android-sdk-build-tools android-sdk-platform-tools clang pkg-config unzip libgtk-3-dev zip lldb libglu1-mesa libpulse0 cargo python3-dev libffi-dev libssl-dev apt-utils
|
||||
|
||||
RUN apt install -y fonts-liberation libgtk-4-1 libgbm1 libu2f-udev libvulkan1 xdg-utils
|
||||
RUN apt install -y fonts-liberation libgtk-4-1 libgbm1 libu2f-udev libvulkan1 xdg-utils gradle
|
||||
|
||||
WORKDIR /root/.ssh
|
||||
# Precache SSH Host Keys
|
||||
|
|
Loading…
Reference in a new issue