Skip to content
Snippets Groups Projects
Commit 49a0e99f authored by CANALS Gerome's avatar CANALS Gerome
Browse files

8.2-ext from 8.2

parent 30897a4f
No related branches found
No related tags found
No related merge requests found
......@@ -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 &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment