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