diff --git a/Dockerfile b/Dockerfile index 8915ab2..98a9082 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.19.1 LABEL authors="SkriptLang" -RUN apk add --no-cache git +RUN apk add --no-cache git openjdk17 COPY run-tests.sh /run-tests.sh RUN chmod +x /run-tests.sh