Fixed typo
This commit is contained in:
parent
38a6038be7
commit
e88f6d14de
@ -2,7 +2,7 @@ FROM quay.io/ansible/ansible-runner:stable-2.9-devel
|
||||
|
||||
ADD requirements.txt /tmp/requirements.txt
|
||||
RUN pip3 install -r /tmp/requirements.txt && \
|
||||
fnd install -y mariadb && \
|
||||
dnf install -y mariadb && \
|
||||
ln -s /usr/bin/python3 /usr/bin/python
|
||||
|
||||
VOLUME /runner
|
||||
|
||||
Loading…
Reference in New Issue
Block a user