mirror of
https://github.com/appwrite/appwrite
synced 2026-05-01 10:27:45 +00:00
9 lines
No EOL
172 B
Docker
9 lines
No EOL
172 B
Docker
FROM google/dart:2.10
|
|
|
|
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 |