FROM swift:5.5-slim

LABEL maintainer="team@appwrite.io"

RUN apt-get update -y && apt-get install -y tar

WORKDIR /usr/local/src/
