RUN wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64RUN tar -xvf wkhtmltopdf-0.12.6.tar.gz
RUN cp wkhtmltopdf-0.12.6/bin/wkhtmltopdf /usr&
我正在一个Docker容器中运行Django测试套件,其中一些测试使用了一个apt-get install (wkhtmltopdf)程序。现在我可以看到它已经正确安装了:wkhtmltopdf 0.12.5然而,当我运行测试时,我会得到一个堆栈跟踪,其结尾是:
OSError: No wkhtmltopdf executable found
它返回这个错误: wicked_pdf (或类似的)的wkhtmltopdf路径不正确。这是我的wicked_pdf配置: # Path to the wkhtmltopdf executable: This usually isn'tneeded if using
# one of the wkhtmltopdf-binary family of gems.exe_path: 'C:\Program Files\wkhtmltopdf\bin\