From f31ee42216efc99d21111862b5811f46203ab3e9 Mon Sep 17 00:00:00 2001 From: Juliuz Christian Llanillo <32010438+Zuiluj@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:17:17 +0800 Subject: [PATCH] added upgrade of pip --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1093415..3c83ccc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,5 @@ RUN mkdir code WORKDIR /code RUN apk update && apk upgrade && apk add --no-cache gcc make libressl-dev \ openssl openssl-dev python3-dev g++ bash sudo musl-dev libffi-dev && pip install -U pip +RUN pip install --upgrade pip RUN pip install poetry