From 0f2d152fc1364bb198f6e58801b064f7a2853bc3 Mon Sep 17 00:00:00 2001 From: Laurent Goussard Date: Tue, 7 Jun 2022 19:13:14 +0200 Subject: [PATCH] [mirotalksfu] - pip for python 3 as default --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f571647b..857558ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ FROM node:alpine WORKDIR /src RUN apk add --update linux-headers alpine-sdk -RUN apk add --update py-pip +RUN apk add --update py3-pip