Skip to content

Commit

Permalink
Install java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Feb 5, 2024
1 parent 20cfb9a commit e051872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e051872

Please sign in to comment.