1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Add insights pre-requisite on netcat (#17355)

Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
Jon Ruskin
2021-01-20 11:21:11 -07:00
committed by GitHub
parent 0a2c19fb96
commit 9805b414b1

View File

@@ -16,6 +16,7 @@ versions:
- You must install dependencies on the application server.
- [Docker](https://docs.docker.com/install/) 1.13.0+
- [Docker Compose](https://docs.docker.com/compose/install/) v1.17.0+
- [netcat](http://netcat.sourceforge.net/), available via apt for [Debian](https://packages.debian.org/search?keywords=netcat) and [Ubuntu](https://packages.ubuntu.com/search?keywords=netcat&searchon=names)
{% note %}