1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00
appwrite/docker/environments/dart-2.10/Dockerfile

9 lines
172 B
Docker
Raw Normal View History

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