summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Arvydas Silanskas 2021-08-16 23:41:17 +0300
committerGravatar Arvydas Silanskas 2021-08-16 23:41:17 +0300
commite2ffca246692c28222394ce4a927cf61a7f16bc6 (patch)
treec21b90d96db28bb944d9e5a6f64ca8e5936e6045 /Dockerfile
parenttypos (diff)
work
Diffstat (limited to '')
-rw-r--r--Dockerfile9
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/"]