diff options
| author | 2021-08-16 23:41:17 +0300 | |
|---|---|---|
| committer | 2021-08-16 23:41:17 +0300 | |
| commit | e2ffca246692c28222394ce4a927cf61a7f16bc6 (patch) | |
| tree | c21b90d96db28bb944d9e5a6f64ca8e5936e6045 /Dockerfile | |
| parent | typos (diff) | |
work
Diffstat (limited to '')
| -rw-r--r-- | Dockerfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..3a927cb --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +FROM alpine +RUN apk add --no-cache git +RUN mkdir /test +WORKDIR /test +ADD . srfi-225 +RUN ["git", "clone", "https://github.com/scheme-requests-for-implementation/srfi-69/"] +RUN ["git", "clone", "https://github.com/scheme-requests-for-implementation/srfi-125/"] +RUN ["git", "clone", "https://github.com/scheme-requests-for-implementation/srfi-126/"] +RUN ["git", "clone", "https://github.com/scheme-requests-for-implementation/srfi-146/"] |
