Added mysqldump
This commit is contained in:
parent
000abd27e4
commit
38a6038be7
@ -2,6 +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 && \
|
||||
ln -s /usr/bin/python3 /usr/bin/python
|
||||
|
||||
VOLUME /runner
|
||||
|
||||
Loading…
Reference in New Issue
Block a user