devcontainer: include openssl

Needed for certificate generation.
This commit is contained in:
Christian Kellner 2022-01-24 09:17:58 +00:00
parent f4576cb255
commit 5f16fb1e31

View file

@ -15,6 +15,7 @@ RUN dnf install -y \
koji-utils \ koji-utils \
lsof \ lsof \
make \ make \
openssl \
podman \ podman \
postgresql \ postgresql \
pylint \ pylint \