Skip to content

Commit

Permalink
Fix PDF generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDaniel committed Apr 30, 2024
1 parent 94e088e commit 12faf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM httpd:2.4.59

RUN apt-get update
RUN apt-get install -y libcgi-pm-perl libcapture-tiny-perl libdatetime-perl libcapture-tiny-perl libgeo-ip-perl
RUN apt-get install -y libhtml-tiny-perl libjson-xs-perl libcrypt-random-seed-perl
RUN apt-get install -y libhtml-tiny-perl libjson-xs-perl libcrypt-random-seed-perl wkhtmltopdf

COPY ./httpd.conf /usr/local/apache2/conf/httpd.conf-extra
RUN cat /usr/local/apache2/conf/httpd.conf-extra >> /usr/local/apache2/conf/httpd.conf
Expand Down

0 comments on commit 12faf24

Please sign in to comment.