aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/frontend/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/frontend/Dockerfile')
-rw-r--r--docker/frontend/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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