Fix invalid php extension in php8.5
All checks were successful
Build & Deploy / Validation, build et push (push) Successful in 10m53s

This commit is contained in:
Ploush 2026-07-07 16:22:20 +02:00
parent 029c93e866
commit a746069e4f

View file

@ -17,7 +17,6 @@ RUN apt-get update && apt-get install -y \
pdo \ pdo \
pdo_pgsql \ pdo_pgsql \
zip \ zip \
opcache \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*