appwrite/docker/environments/dart-2.10/Dockerfile

9 lines
172 B
Text
Raw Normal View History

2021-01-24 07:51:09 +00:00
FROM google/dart:2.10
2021-01-20 15:28:45 +00:00
LABEL maintainer="team@appwrite.io"
2021-01-24 07:51:09 +00:00
RUN apt-get update -y && apt-get install -y tar
2021-01-20 15:28:45 +00:00
2021-01-21 13:13:22 +00:00
WORKDIR /usr/local/src/
ENV PUB_CACHE=/usr/local/src/.appwrite