FROM fedora:35 ADD ceperka-ca.crt /etc/pki/ca-trust/source/anchors/ ADD rosti-ca.crt /etc/pki/ca-trust/source/anchors/ RUN dnf -y upgrade --refresh RUN dnf -y install python3.9 python3.10 python3-pip pipenv fish helm awscli ansible podman podman-docker git git-lfs jq make openssh nodejs npm golang sqlite rsync # kubectl terraform RUN dnf -y groupinstall "Development Tools" RUN update-ca-trust