Remove invalid package

This commit is contained in:
zontreck 2024-07-07 05:31:47 -07:00
parent 0d6bc70a4f
commit 4e968005e9

View file

@ -10,7 +10,7 @@ WORKDIR /
RUN apt update; apt-get upgrade -y
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 android-sdk-platform-23 unzip
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
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar