# Install Dig On Alpine

We can install `dig`, `nslookup` and their dependencies by adding following package.

## Example

```bash
apk add --update bind-tools
```

***Source:*** [***chase adams***](https://chaseadams.io/posts/install-dig-and-nslookup-linux/)
