mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 06:18:21 +00:00
7 lines
105 B
Text
7 lines
105 B
Text
|
|
FROM python:3.8-alpine
|
||
|
|
|
||
|
|
LABEL maintainer="team@appwrite.io"
|
||
|
|
|
||
|
|
RUN apk add tar
|
||
|
|
|
||
|
|
ENV PIP_TARGET=./.appwrites
|