From afe5e85addd2ff367c822edc5a615aa537ff50f2 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Tue, 21 Oct 2025 23:44:37 +0200 Subject: [PATCH] changed pip3 to pip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e247296..e9c8eb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apk add --no-cache \ build-base # Install ortools directly -RUN pip3 install --no-cache-dir ortools +RUN pip install --no-cache-dir ortools # Create symlink so python3 is callable as python RUN ln -sf /usr/bin/python3 /usr/bin/python