aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/frontend/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docker/frontend/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile
index 9772186..e341e89 100644
--- a/docker/frontend/Dockerfile
+++ b/docker/frontend/Dockerfile
@@ -6,7 +6,7 @@ FROM base AS builder
ARG CMARK_GFM_VERSION=0.29.0.gfm.3
ADD ["https://github.com/github/cmark-gfm/archive/refs/tags/$CMARK_GFM_VERSION.zip", "/"]
-RUN apk add --no-cache cmake g++ make python2 py3-pip && \
+RUN apk add --no-cache cmake g++ make python2 && \
unzip -- "$CMARK_GFM_VERSION.zip" && \
cd -- "cmark-gfm-$CMARK_GFM_VERSION" && \
make INSTALL_PREFIX=/cmark-gfm && \