5 lines
147 B
Docker
5 lines
147 B
Docker
|
|
FROM docker:20.10.16
|
||
|
|
|
||
|
|
RUN apk add git git-annex python3 py3-pip p7zip glab
|
||
|
|
RUN pip install --no-cache-dir datalad datalad-container python-gitlab
|