add OpenSSL to the list of prerequisites

For running `make docker-compose` a working version of openssl is
required for successfully generating Private RSA key for signing work.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2021-10-26 17:14:00 +02:00
parent 69ae731898
commit f5cd9e0799
No known key found for this signature in database
GPG Key ID: 7E6F98FFADBEFD39

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