FROM mcr.microsoft.com/dotnet/runtime:5.0-alpine

LABEL maintainer="team@appwrite.io"

RUN apk add tar

WORKDIR /usr/local/src/
