builder/Dockerfile
Adam Štrauch be10add140
All checks were successful
continuous-integration/drone/push Build is passing
Adding rsync
2021-11-05 00:09:50 +01:00

7 lines
259 B
Docker

FROM fedora:35
RUN dnf -y upgrade --refresh
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
# kubectl terraform
RUN dnf -y groupinstall "Development Tools"