-
Notifications
You must be signed in to change notification settings - Fork 104
建议建立一个基础的docker 镜像 #86
Comments
意见已采纳 |
FROM php:7.2-fpm RUN cd /usr/local/bin && curl -sS https://getcomposer.org/installer | php RUN pecl install grpc #install protoc RUN set -ex RUN apt-get install libssl-dev -y RUN apt-get update -y && RUN set -ex RUN apt-get remove -y $INSTALL_LIB_DEP && apt-get clean && rm -rf /var/lib/apt/lists/* |
|
感谢各位的提议
发自我的 iPhone
… 在 2019年7月20日,19:43,sinbad01234 ***@***.***> 写道:
建议 建立一个基于 alpine-nginx-php7 的docker image,可以向java 版学习
把镜像FROM 改成这个 alpine-nginx-php7 试下,我用的是php:7.2-fpm
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
三楼 dockerfile 应该是存在问题的 |
建议 建立一个基于 alpine-nginx-php7 的docker image,可以向java 版学习
The text was updated successfully, but these errors were encountered: