RUN apt-get update && \
    apt-get -yq update && \
    apt-get install -y xvfb && \
    apt-get install -y xvfb libxfont1 xfonts-encodings xfonts-utils xfonts-base xfonts-75dpi && \
    apt-get install -y wkhtmltopdf

COPY libs/simsun.ttf /usr/share/fonts/   # 需要把中文字体copy到/usr/share/fonts/不然pdf中文不显示

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2022-12-23
猜你喜欢
  • 2022-02-14
  • 2022-01-19
  • 2022-12-23
  • 2021-09-05
  • 2021-08-08
  • 2021-12-10
  • 2021-10-05
相关资源
相似解决方案