FROM openjdk:17-jdk-alpine

LABEL maintainer="team@appwrite.io"

RUN apk add tar

WORKDIR /usr/local/src/
