diff --git a/php/8.2-ext/Dockerfile b/php/8.2-ext/Dockerfile index aa35aae5c7344b0f051507862a0c9e3a915f8eaa..929a39086406cafc479318d417c910e53589961c 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 &&\