From 0aa600fc657f28fd8722d8b8fd1441d8168f9471 Mon Sep 17 00:00:00 2001 From: Med-All Date: Wed, 17 Jun 2020 11:14:48 -0400 Subject: [PATCH] Updated missing PIP --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7000192..0f75b05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ from alpine:latest -RUN apk add --no-cache python3-dev \ +RUN apk add --no-cache python3-dev py3-pip \ && pip3 install --upgrade pip WORKDIR /app