Skip to content

Commit 33539bd

Browse files
committed
disable code block patch
1 parent 7224ae4 commit 33539bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ RUN apk add --no-cache curl tar xz \
3232
&& ln -s /opt/mrdocs/bin/mrdocs /usr/local/bin/mrdocs
3333

3434
# Patch code blocks for use with rouge
35-
COPY .devcontainer/code-block.patch /opt/mrdocs/code-block.patch
36-
RUN patch -p1 -d /opt/mrdocs < /opt/mrdocs/code-block.patch
37-
RUN rm /opt/mrdocs/code-block.patch
35+
# COPY .devcontainer/code-block.patch /opt/mrdocs/code-block.patch
36+
# RUN patch -p1 -d /opt/mrdocs < /opt/mrdocs/code-block.patch
37+
# RUN rm /opt/mrdocs/code-block.patch
3838

3939
USER node
4040

0 commit comments

Comments
 (0)