Skip to content

Commit

Permalink
Merge branch 'main' into cneuromod
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard authored Jul 7, 2022
2 parents 611896d + afa9787 commit 5d940f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM python:3.8-alpine as builder

RUN apk update && apk add --no-cache curl bzip2 gcc libffi-dev musl-dev

RUN pip install datalad pytest ssh_agent_setup

FROM python:3.8-alpine
COPY --from=builder /usr/local /usr/local

RUN apk update && apk add --no-cache git openssh-client git-annex

0 comments on commit 5d940f5

Please sign in to comment.