Commit 4a2f8851 authored by Mahmoud Aglan's avatar Mahmoud Aglan

created

parent 28ca50c7
FROM php:8.2-apache
FROM php:8.2-apache-bookworm
# ── System dependencies ──
RUN apt-get update && apt-get install -y \
......@@ -13,15 +13,21 @@ RUN apt-get update && apt-get install -y \
default-mysql-client \
dos2unix \
git \
wkhtmltopdf \
wget \
xvfb \
libxrender1 \
libfontconfig1 \
libx11-6 \
libxext6 \
libssl3 \
fonts-noto \
fonts-noto-core \
fonts-noto-extra \
fonts-arabeyes \
fontconfig \
&& wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_amd64.deb -O /tmp/wkhtmltox.deb \
&& dpkg -i /tmp/wkhtmltox.deb || apt-get install -f -y \
&& rm /tmp/wkhtmltox.deb \
&& fc-cache -fv \
&& rm -rf /var/lib/apt/lists/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment