Skip to content

Commit 7eebd01

Browse files
committed
install libgdiplus in Dockerfile for wkhtmltopdf
1 parent a5f6a6c commit 7eebd01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RUN mkdir -p /usr/share/man/man1 \
4040

4141
RUN apt-get update \
4242
&& apt-get install -y --no-install-recommends postgresql-client \
43+
&& apt-get install libgdiplus -y \
4344
&& rm -rf /var/lib/apt/lists/*
4445

4546
WORKDIR /app

0 commit comments

Comments
 (0)