Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/alpine' into alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed May 27, 2024
2 parents 273022d + 69bae0c commit 7514ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM python:3.11-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
RUN python -m pip install datalad pytest ssh_agent_setup

FROM python:3.11-alpine
COPY --from=builder /usr/local /usr/local
Expand Down

0 comments on commit 7514ea0

Please sign in to comment.