提交 739ed5ab authored 作者: testing's avatar testing

fix

上级 0bbd66e6
...@@ -252,6 +252,12 @@ make install && \ ...@@ -252,6 +252,12 @@ make install && \
# ln -s /usr/bin/php7 /usr/bin/php # ln -s /usr/bin/php7 /usr/bin/php
RUN apt-get install -y \
--no-install-recommends libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng-dev curl zlib1g-dev libzip-dev \
&& rm -r /var/lib/apt/lists/* \
&& docker-php-ext-configure gd --with-jpeg-dir \
--with-freetype-dir=/usr/include/freetype2 \
&& docker-php-ext-install -j$(nproc) gd opcache pdo_mysql gettext sockets zip bcmath
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论