Skip to content

Commit 46de9af

Browse files
committed
add python3 installation in web-container
1 parent 6f2c278 commit 46de9af

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ansible/etc-ansible-config/ansible.cfg

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ inventory = /etc/ansible/hosts
33
remote_user = sysadmin
44
host_key_checking = False
55
retry_files_enabled = False
6+
private_key_file = /home/sysadmin/.ssh/id_rsa
7+
8+
[web:vars]
9+
ansible_python_interpreter=/usr/bin/python3

web/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN apt-get install -y \
2929
php8.2-mysql \
3030
php8.2-pdo \
3131
php8.2-xml \
32+
python3 \
3233
sudo \
3334
unzip \
3435
vim \

0 commit comments

Comments
 (0)