builder/Dockerfile

7 lines
259 B
Docker
Raw Normal View History

2021-11-02 11:52:34 +00:00
FROM fedora:35
RUN dnf -y upgrade --refresh
2021-11-04 23:09:50 +00:00
RUN dnf -y install python3.9 python3.10 python3-pip pipenv fish helm awscli ansible podman git git-lfs jq make openssh nodejs npm golang sqlite rsync
2021-11-02 11:52:34 +00:00
# kubectl terraform
RUN dnf -y groupinstall "Development Tools"