diff --git a/Dockerfile b/Dockerfile index 58985df..65efc0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/repository/ansible/ansible-runner:stable-2.9-devel +FROM quay.io/ansible/ansible-runner:stable-2.9-devel RUN pip3 install -r hvac && \ pip3 install -r psutil && \