From 91c07d61a7d43ea25a5a8162f0e71bcba930c811 Mon Sep 17 00:00:00 2001 From: Jon Ervine Date: Tue, 2 Mar 2021 22:15:46 +0800 Subject: [PATCH] Fix dnf command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72a854c..63a88de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 # Install runtime requirements -RUN dnf -y python3 gcc python3-pip && \ +RUN dnf install -y python3 gcc python3-pip && \ /usr/bin/python3 -m venv extra-modules /var/lib/awx/my-venv/extra-modules VOLUME /var/lib/awx/my-venv