mirror of
https://github.com/appwrite/appwrite
synced 2026-05-01 10:27:45 +00:00
8 lines
128 B
Text
8 lines
128 B
Text
|
|
FROM mcr.microsoft.com/dotnet/runtime:5.0-alpine
|
||
|
|
|
||
|
|
LABEL maintainer="team@appwrite.io"
|
||
|
|
|
||
|
|
RUN apk add tar
|
||
|
|
|
||
|
|
WORKDIR /usr/local/src/
|