fix: switch to bullseye base to resolve wkhtmltox dependencies
fb43ab0
tcommited on
Fix Dockerfile: Install proper dependencies for wkhtmltox\n\n- Added xfonts-base and xfonts-75dpi which are required by wkhtmltox\n- Used apt-get install -f to fix dependency issues during installation\n- This should resolve the dependency problems preventing wkhtmltox from installing
b50abf7
tQwen-Codercommited on
Fix Dockerfile: Add wget to install wkhtmltopdf\n\n- Added wget to the list of packages to install\n- This enables downloading the wkhtmltopdf package from GitHub\n- Fixes the 'wget: not found' error during build
18acfd2
tQwen-Codercommited on
Fix Dockerfile: Correct package name for libjpeg\n\n- Changed libjpeg-turbo8 to libjpeg62-turbo which is available in Ubuntu repos\n- This resolves the build failure when installing wkhtmltopdf dependencies
8cb276d
tQwen-Codercommited on
Fix wkhtmltopdf dependency issue\n\n- Added wkhtmltopdf installation to Dockerfile to resolve imgkit dependency\n- Installed required libraries for wkhtmltopdf to function properly\n- This fixes the 'which wkhtmltoimage' error in neetprep module