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