From 1261888847b2e65e24781902210c58065cf527a5 Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Sat, 5 Nov 2022 19:01:07 +0500 Subject: [PATCH] \ ffs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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