1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

add oracle support

This commit is contained in:
Robin Appelman 2023-05-04 16:43:57 +02:00
commit a1c8e3c338
9 changed files with 92 additions and 14 deletions

View file

@ -79,6 +79,11 @@ RUN echo "extension=imagick.so" > $PHP_INI_DIR/conf.d/imagick.ini \
&& echo "memory_limit = 512M" > $PHP_INI_DIR/conf.d/memory_limit.ini \
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
ADD install-oci.sh /
RUN /install-oci.sh \
&& echo "extension=oci8.so" > $PHP_INI_DIR/conf.d/oci8.ini
ADD apcu.ini opcache.ini redis.ini $PHP_INI_DIR/conf.d/
ADD nginx.conf nginx-app.conf /etc/nginx/