Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhg committed Jul 30, 2022
1 parent f7946ca commit 1c79378
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ ARG MKDOCS_MATERIAL_VERSION=8.3.9

FROM squidfunk/mkdocs-material:$MKDOCS_MATERIAL_VERSION
RUN apk add --no-cache gcompat libstdc++ fontconfig ttf-dejavu ttf-liberation
ADD plantuml /usr/local/bin/plantuml
RUN wget -q -O /usr/local/bin/plantuml https://github.com/mikaelhg/puni2/releases/download/1.2022.6/plantuml-1.2022.6-glibc-x86_64 \
&& chmod 755 /usr/local/bin/plantuml
RUN pip install --no-cache-dir plantuml-markdown
Expand Down
2 changes: 0 additions & 2 deletions plantuml

This file was deleted.

0 comments on commit 1c79378

Please sign in to comment.