diff --git a/Containerfile b/Containerfile index b51213b7..14ebd392 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,7 @@ FROM docker.io/alpine:edge ARG JDK=openjdk17-jdk ENV JDK=$JDK -RUN apk --no-cache add build-base ${JDK} wget bash ant git +RUN apk --no-cache add build-base ${JDK} wget bash apache-ant git COPY . /opt/lwjgl2