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

LABEL maintainer="team@appwrite.io"

RUN apk add tar

WORKDIR /usr/local/src/
