This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
debian/Docker/dockerFiles/php
macos/Docker/dockerFiles/php Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM php:7.4.9 -apache
1+ FROM php:7.4.10 -apache
22RUN apt-get update && apt-get upgrade -y
33RUN apt-get install openssl curl zlib1g-dev enchant libsodium-dev libzip-dev bzip2 libcurl4-openssl-dev libssl-dev libpng-dev libgmp-dev libxml2-dev libenchant-dev libc-client2007e-dev libc-client-dev libkrb5-dev libonig-dev libedit-dev libtidy-dev libxslt-dev libgd-dev -y
44RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl
Original file line number Diff line number Diff line change 1- FROM php:7.4.9 -apache
1+ FROM php:7.4.10 -apache
22RUN apt-get update && apt-get upgrade -y
33RUN apt-get install openssl curl zlib1g-dev enchant libsodium-dev libzip-dev bzip2 libcurl4-openssl-dev libssl-dev libpng-dev libgmp-dev libxml2-dev libenchant-dev libc-client2007e-dev libc-client-dev libkrb5-dev libonig-dev libedit-dev libtidy-dev libxslt-dev libgd-dev -y
44RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl
Original file line number Diff line number Diff line change 1- FROM php:7.4.9 -apache
1+ FROM php:7.4.10 -apache
22RUN apt-get update && apt-get upgrade -y
33RUN apt-get install openssl curl zlib1g-dev enchant libsodium-dev libzip-dev bzip2 libcurl4-openssl-dev libssl-dev libpng-dev libgmp-dev libxml2-dev libenchant-dev libc-client2007e-dev libc-client-dev libkrb5-dev libonig-dev libedit-dev libtidy-dev libxslt-dev libgd-dev -y
44RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl
You can’t perform that action at this time.
0 commit comments