From 158808735f724d78244cf806b36c640f9029f008 Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 31 Mar 2021 23:18:24 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e81084..4531704 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/ansible/ansible-runner:stable-2.9-devel ADD requirements.txt /tmp/requirements.txt RUN pip3 install -r /tmp/requirements.txt && \ - dnf install -y mariadb python3-virtualenv && \ + dnf install -y mariadb wget && \ curl -L https://get.helm.sh/helm-v3.5.3-linux-amd64.tar.gz -o /tmp/helm.tgz && \ tar -zxvf /tmp/helm.tgz --strip-components=1 -C /usr/local/bin linux-amd64/helm && \ ln -s /usr/bin/python3 /usr/bin/python