builder/Dockerfile

11 lines
398 B
Docker
Raw Normal View History

2022-09-11 20:47:43 +00:00
FROM fedora:36
2021-11-02 11:52:34 +00:00
2022-09-11 20:45:57 +00:00
ADD ceperka-ca.crt /etc/pki/ca-trust/source/anchors/
ADD rosti-ca.crt /etc/pki/ca-trust/source/anchors/
2021-11-02 11:52:34 +00:00
RUN dnf -y upgrade --refresh
2022-09-11 20:45:57 +00:00
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
2021-11-02 11:52:34 +00:00
# kubectl terraform
RUN dnf -y groupinstall "Development Tools"
2022-09-11 20:45:57 +00:00
RUN update-ca-trust