Fix dnf command
This commit is contained in:
parent
a7c0a5e150
commit
91c07d61a7
@ -7,7 +7,7 @@ ENV LANGUAGE en_US:en
|
|||||||
ENV LC_ALL en_US.UTF-8
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
|
||||||
# Install runtime requirements
|
# 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
|
/usr/bin/python3 -m venv extra-modules /var/lib/awx/my-venv/extra-modules
|
||||||
|
|
||||||
VOLUME /var/lib/awx/my-venv
|
VOLUME /var/lib/awx/my-venv
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user