Adam Štrauch
7330d1c2ed
Some checks reported errors
continuous-integration/drone/push Build was killed
11 lines
398 B
Docker
11 lines
398 B
Docker
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
|