summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 3a927cb258c97b7d6a7d55b2cce261b30eaa1d50 (plain) (blame)
1
2
3
4
5
6
7
8
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/"]