From c9bd903259da4de69ad1844353133013d172582c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 9 Apr 2022 19:53:56 +0200 Subject: frontend: pip -> pip3 for consistency --- docker/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index e341e89..992eb78 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -17,7 +17,7 @@ RUN apk add --no-cache cmake g++ make python2 && \ ARG PYGMENTS_VERSION=~=2.0 RUN apk add --no-cache py3-pip && \ - pip install --no-cache-dir --target=/pygments "pygments$PYGMENTS_VERSION" + pip3 install --no-cache-dir --target=/pygments "pygments$PYGMENTS_VERSION" FROM base -- cgit v1.2.3