Skip to content

Commit 260b7dd

Browse files
committed
Update Dockerfile
1 parent 525c114 commit 260b7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ COPY scripts/ /app/scripts/
4848
COPY --chmod=755 bin/ /usr/local/bin/
4949

5050
RUN git clone --depth 1 https://github.com/raineblog/mkdocs-material.git && \
51-
python3 scripts/install_katex.py && \
51+
python scripts/install_katex.py && \
5252
pip install --no-cache-dir ./mkdocs-material
5353

5454
ENTRYPOINT ["/sbin/tini", "--"]

0 commit comments

Comments
 (0)