Spaces:
Running
Running
t Qwen-Coder commited on
Commit ·
8cb276d
1
Parent(s): 9ac61d7
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
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 9 |
&& apt-get install -y --no-install-recommends \
|
| 10 |
fontconfig \
|
| 11 |
libfreetype6 \
|
| 12 |
-
|
| 13 |
libpng16-16 \
|
| 14 |
libx11-6 \
|
| 15 |
libxext6 \
|
|
|
|
| 9 |
&& apt-get install -y --no-install-recommends \
|
| 10 |
fontconfig \
|
| 11 |
libfreetype6 \
|
| 12 |
+
libjpeg62-turbo \
|
| 13 |
libpng16-16 \
|
| 14 |
libx11-6 \
|
| 15 |
libxext6 \
|