ssl timeout
This commit is contained in:
parent
999cbd4895
commit
b3496ad5fc
@ -1,7 +1,9 @@
|
||||
FROM php:8.1-alpine
|
||||
|
||||
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql redis zip sockets pcov
|
||||
# COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
||||
|
||||
RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini
|
||||
# RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql redis zip sockets pcov
|
||||
|
||||
# RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini
|
||||
|
Loading…
x
Reference in New Issue
Block a user