feat(image): add mysql client

!95
This commit is contained in:
2023-10-20 06:31:53 +09:30
parent a34d073671
commit e38f0e58b3
2 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,7 @@ RUN apt update \
sshpass \ sshpass \
postgresql-common \ postgresql-common \
postgresql-client \ postgresql-client \
mariadb-client \
&& mkdir -p /etc/ansible/roles \ && mkdir -p /etc/ansible/roles \
&& mkdir -p /etc/ansible/collections \ && mkdir -p /etc/ansible/collections \
&& mkdir -p /workdir \ && mkdir -p /workdir \

View File

@ -6,3 +6,5 @@ ansible-runner==2.3.4
python_gitlab==3.14.0 python_gitlab==3.14.0
# community.postgresql # community.postgresql
psycopg2==2.9.9 psycopg2==2.9.9
# community.mysql
PyMySQL==1.1.0