Skip to content

Commit

Permalink
mediawiki: add missing rsvg-convert os dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian committed Dec 24, 2024
1 parent 5f51a20 commit a675ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mediawiki/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/hacklabto/unit-base:cda4fb84927d8de52c03c98183bf55718699bf0c

RUN apk add php82-xml php82-ctype php82-session php82-xmlreader imagemagick
RUN apk add php82-xml php82-ctype php82-session php82-xmlreader imagemagick rsvg-convert

# todo: this image is _way_ too big

Expand Down

0 comments on commit a675ae2

Please sign in to comment.