From 69bae0cd83a66f508030d5d9d4e9fbce8749fd33 Mon Sep 17 00:00:00 2001 From: Basile Date: Fri, 19 Apr 2024 14:13:43 -0400 Subject: [PATCH] Update Dockerfile Co-authored-by: Oscar Esteban --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2625d98..dae3f5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,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