Fix ant package name in Containerfile

This commit is contained in:
Michael Pfaff 2022-03-29 13:49:52 -04:00
parent 9cb793315f
commit 119cfd7369
Signed by: michael
GPG Key ID: F1A27427218FCA77
1 changed files with 1 additions and 1 deletions

View File

@ -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