This commit is contained in:
Shihaam Abdul Rahman 2022-11-05 19:01:07 +05:00
parent f56633a471
commit 1261888847
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -72,7 +72,7 @@ RUN apt install -y php${PHPVERSION}-imagick imagemagick ffmpeg libreoffice --no
RUN echo "deb https://repo.delellis.com.ar bullseye bullseye" > /etc/apt/sources.list.d/20-pdlib.list \
&& wget -qO - https://repo.delellis.com.ar/repo.gpg.key | apt-key add - \
&& apt update \
&& apt install -y php${PHPVERSION}-pdlib --no-install-recommends
&& apt install -y php${PHPVERSION}-pdlib --no-install-recommends \
&& apt auto-remove -y \
&& apt clean -y