FROM docker:stable # Install packages RUN apk add --no-cache curl wget git # Install Java 17 RUN apk add --no-cache openjdk17-jre