mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-03 04:08:01 +08:00
Update wget
This commit is contained in:
parent
b4a2a338a7
commit
f8a34bd680
@ -47,9 +47,8 @@ php bin/hyperf.php di:init-proxy && php bin/hyperf.php start
|
||||
|
||||
显示 `wget: error getting response: Connection reset by peer`
|
||||
|
||||
修改我们默认的 `Dockerfile`,在 wget 之前添加以下代码
|
||||
修改我们默认的 `Dockerfile`,重新安装一下 `wget`,增加以下代码即可。
|
||||
|
||||
```
|
||||
&& apk add ca-certificates wget openssl \
|
||||
&& update-ca-certificates \
|
||||
&& apk add wget \
|
||||
```
|
Loading…
Reference in New Issue
Block a user