Add wget
continuous-integration/drone Build is failing Details

This commit is contained in:
Adam Štrauch 2023-08-12 13:34:34 +02:00
parent 6aabe7acc4
commit daa5d73bbf
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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
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