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