openssl
OpenSSL cryptographic toolkit. Some subcommands such as openssl req have their own usage documentation. More information: <https://www.openssl.org>.
RUN apt-get update && \
apt-get install -y openssl
RUN apt-get update && \
apt-get install -y openssl
RUN apk add openssl
RUN pacman -S --noconfirm openssl
RUN apt-get update && \
apt-get install -y openssl
RUN yum install -y openssl
RUN dnf install -y openssl
RUN apt-get update && \
apt-get install -y openssl