t Qwen-Coder commited on
Commit
18acfd2
·
1 Parent(s): 8cb276d

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

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \
6
  curl \
7
  libgl1 \
8
  libglib2.0-0 \
 
9
  && apt-get install -y --no-install-recommends \
10
  fontconfig \
11
  libfreetype6 \
 
6
  curl \
7
  libgl1 \
8
  libglib2.0-0 \
9
+ wget \
10
  && apt-get install -y --no-install-recommends \
11
  fontconfig \
12
  libfreetype6 \