Merge pull request #11281 from ziegenberg/update-docs-to-include-openssl-as-requirement

add OpenSSL to the list of prerequisites
This commit is contained in:
Rebeccah Hunter 2021-11-01 13:02:52 -04:00 committed by GitHub
commit b5fac4157d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ Notable files:
- This also installs the `docker` Python module, which is incompatible with [`docker-py`](https://pypi.org/project/docker-py/). If you have previously installed `docker-py`, please uninstall it.
- [Docker Compose](https://docs.docker.com/compose/install/).
- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) will need to be installed as we use it to template files needed for the docker-compose.
- OpenSSL.
### Tested Operating Systems