1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00
appwrite/docker/environments/python-3.8/Dockerfile

7 lines
105 B
Docker
Raw Normal View History

2020-07-16 16:30:08 +12:00
FROM python:3.8-alpine
LABEL maintainer="team@appwrite.io"
RUN apk add tar
ENV PIP_TARGET=./.appwrites