From 7aab0747e550ee1b81c016f171f2fcb5f26f42e0 Mon Sep 17 00:00:00 2001 From: Jeremy Morrow Date: Fri, 10 Feb 2023 10:26:10 -0500 Subject: [PATCH] Specify pip3 in the file where it got blown away by a rebase --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b32ee0f..1516787 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN apk --no-cache --quiet add ${DEPS} # cache. This results in a smaller final image, at the cost of # slightly longer install times. ### -RUN pip install --no-cache-dir --upgrade \ +RUN pip3 install --no-cache-dir --upgrade \ pip \ setuptools \ wheel