mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 00:55:35 +08:00
initial 2.0.0-b2 commit
This commit is contained in:
@@ -8,10 +8,9 @@ ENV LANGUAGE C.UTF-8
|
|||||||
RUN apt-get update && apt-get install -y software-properties-common tzdata
|
RUN apt-get update && apt-get install -y software-properties-common tzdata
|
||||||
RUN dpkg-reconfigure -f noninteractive tzdata
|
RUN dpkg-reconfigure -f noninteractive tzdata
|
||||||
VOLUME ["/app/zhamao-framework/"]
|
VOLUME ["/app/zhamao-framework/"]
|
||||||
RUN add-apt-repository ppa:ondrej/php && \
|
RUN add-apt-repository ppa:ondrej/php &&
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install php php-dev php-mbstring gcc make openssl \
|
apt-get install php php-dev php-mbstring gcc make openssl php-mbstring php-json php-curl php-mysql -y && \
|
||||||
php-mbstring php-json php-curl php-mysql -y && \
|
|
||||||
apt-get install wget composer -y && \
|
apt-get install wget composer -y && \
|
||||||
wget https://github.com/swoole/swoole-src/archive/v4.5.0.tar.gz && \
|
wget https://github.com/swoole/swoole-src/archive/v4.5.0.tar.gz && \
|
||||||
tar -zxvf v4.5.0.tar.gz && \
|
tar -zxvf v4.5.0.tar.gz && \
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
**2.0 版本开发完毕后,会发布测试版和并入 master 分支,敬请关注。**
|
**2.0 版本开发完毕后,会发布测试版和并入 master 分支,敬请关注。**
|
||||||
|
|
||||||
[]()
|
[]()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -29,10 +29,10 @@
|
|||||||
"psy/psysh": "@stable",
|
"psy/psysh": "@stable",
|
||||||
"symfony/console": "^5.1",
|
"symfony/console": "^5.1",
|
||||||
"symfony/polyfill-ctype": "^1.18",
|
"symfony/polyfill-ctype": "^1.18",
|
||||||
"zhamao/connection-manager": "^1.0",
|
"zhamao/connection-manager": "*@dev",
|
||||||
"zhamao/console": "*@dev",
|
"zhamao/console": "*@dev",
|
||||||
"zhamao/config": "^1.0",
|
"zhamao/config": "*@dev",
|
||||||
"zhamao/request": "^1.0",
|
"zhamao/request": "*@dev",
|
||||||
"symfony/routing": "^5.1"
|
"symfony/routing": "^5.1"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
|||||||
@@ -3,8 +3,7 @@ RUN apt-get update && apt-get install -y software-properties-common tzdata
|
|||||||
RUN dpkg-reconfigure -f noninteractive tzdata
|
RUN dpkg-reconfigure -f noninteractive tzdata
|
||||||
RUN add-apt-repository ppa:ondrej/php && \
|
RUN add-apt-repository ppa:ondrej/php && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install php php-dev php-mbstring gcc make openssl \
|
apt-get install php php-dev php-mbstring gcc make openssl php-mbstring php-json php-curl php-mysql -y && \
|
||||||
php-mbstring php-json php-curl php-mysql -y && \
|
|
||||||
apt-get install wget composer -y && \
|
apt-get install wget composer -y && \
|
||||||
wget https://github.com/swoole/swoole-src/archive/v4.5.0.tar.gz && \
|
wget https://github.com/swoole/swoole-src/archive/v4.5.0.tar.gz && \
|
||||||
tar -zxvf v4.5.0.tar.gz && \
|
tar -zxvf v4.5.0.tar.gz && \
|
||||||
|
|||||||
Reference in New Issue
Block a user