mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
dart 2.12 docker file
This commit is contained in:
parent
1f4ba216b2
commit
56e2b7c18b
1 changed files with 9 additions and 0 deletions
9
docker/environments/dart-2.12/Dockerfile
Normal file
9
docker/environments/dart-2.12/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM google/dart:2.12
|
||||
|
||||
LABEL maintainer="team@appwrite.io"
|
||||
|
||||
RUN apt-get update -y && apt-get install -y tar
|
||||
|
||||
WORKDIR /usr/local/src/
|
||||
|
||||
ENV PUB_CACHE=/usr/local/src/.appwrite
|
||||
Loading…
Reference in a new issue