From f5cd9e07998836ea3455491975520419e80f7e07 Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Tue, 26 Oct 2021 17:14:00 +0200 Subject: [PATCH] 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 --- tools/docker-compose/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/docker-compose/README.md b/tools/docker-compose/README.md index 88476003fc..5f13612120 100644 --- a/tools/docker-compose/README.md +++ b/tools/docker-compose/README.md @@ -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