This commit is contained in:
parent
daa5d73bbf
commit
4af4431a44
@ -7,5 +7,5 @@ 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 wget
|
||||
# kubectl terraform
|
||||
RUN dnf -y groupinstall "Development Tools"
|
||||
RUN wget https://github.com/go-task/task/releases/download/v3.28.0/task_linux_amd64.rpm && dnf localinstall task_linux_amd64.rpm && rm task_linux_amd64.rpm
|
||||
RUN wget https://github.com/go-task/task/releases/download/v3.28.0/task_linux_amd64.rpm && dnf localinstall -y task_linux_amd64.rpm && rm task_linux_amd64.rpm
|
||||
RUN update-ca-trust
|
||||
|
Loading…
Reference in New Issue
Block a user