书中写的是 ```bash docker build --network=host -t alpine:cve-2019-5021 ``` 但实际上应该为 ```bash docker build --network=host -t alpine:cve-2019-5021 ./ ```