diff --git a/Dockerfile b/Dockerfile index 2648507..bd46903 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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