Fix dnf command

This commit is contained in:
Jon Ervine 2021-03-02 22:15:46 +08:00
parent a7c0a5e150
commit 91c07d61a7

View File

@ -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