Fix invalid php extension in php8.5
All checks were successful
Build & Deploy / Validation, build et push (push) Successful in 10m53s
All checks were successful
Build & Deploy / Validation, build et push (push) Successful in 10m53s
This commit is contained in:
parent
029c93e866
commit
a746069e4f
1 changed files with 0 additions and 1 deletions
|
|
@ -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/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue