update
This commit is contained in:
@@ -2,11 +2,12 @@ ARG ARCH
|
||||
FROM harbor.colben.cn/general/nginx$ARCH
|
||||
MAINTAINER Colben colbenlee@gmail.com
|
||||
ADD --chown=root:root /ADD/ /opt/
|
||||
RUN apk update \
|
||||
RUN sed -i '/edge/d' /etc/apk/repositories \
|
||||
&& apk update \
|
||||
&& apk add --no-cache php7 php7-common php7-iconv php7-json php7-gd php7-curl php7-xml \
|
||||
php7-mysqli php7-imap php7-cgi fcgi php7-pdo php7-pdo_mysql php7-soap php7-xmlrpc \
|
||||
php7-posix php7-mcrypt php7-gettext php7-ldap php7-ctype php7-dom php7-fpm \
|
||||
php7-mbstring php7-mysqlnd php7-bcmath php7-session php7-openssl php7-opcache \
|
||||
php7-mbstring php7-mysqlnd php7-bcmath php7-session php7-openssl php7-opcache composer \
|
||||
&& sed -i -e '/^;* *max_execution_time *=/cmax_execution_time = 300' \
|
||||
-e '/^;* *memory_limit *=/cmemory_limit = 1024M' \
|
||||
-e '/^;* *post_max_size *=/cpost_max_size = 1024M' \
|
||||
|
Reference in New Issue
Block a user