diff --git a/Dockerfile b/Dockerfile index a050fff..76aa153 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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