From 49a0e99f3de4a6f864e364fa9f93d5fb85efc600 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=A9r=C3=B4me=20Canals?= <gerome.canals@univ-lorraine.fr>
Date: Thu, 30 Nov 2023 12:23:22 +0100
Subject: [PATCH] 8.2-ext from 8.2

---
 php/8.2-ext/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/php/8.2-ext/Dockerfile b/php/8.2-ext/Dockerfile
index aa35aae..929a390 100644
--- a/php/8.2-ext/Dockerfile
+++ b/php/8.2-ext/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && \
 
 # PHP Configuration
 RUN docker-php-ext-install bcmath bz2 calendar  dba exif soap  xsl
-RUN docker-php-ext-install pdo-oci
+RUN docker-php-ext-install pdo_oci
 RUN docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp &&\
     docker-php-ext-install gd
 RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl &&\
-- 
GitLab