fix: Replace apt-get with apk for Alpine-based docker-build container
Some checks failed
Security Vulnerability Scan / Check for Dependency Changes (push) Successful in 1m1s
🚀 Build & Deploy Image / Determine Build Necessity (push) Successful in 28s
🚀 Build & Deploy Image / Build Runtime Base Image (push) Successful in 10s
🚀 Build & Deploy Image / Run Tests & Quality Checks (push) Has been skipped
Security Vulnerability Scan / Composer Security Audit (push) Has been skipped
🚀 Build & Deploy Image / Build Docker Image (push) Successful in 16s
🚀 Build & Deploy Image / Auto-deploy to Staging (push) Failing after 38s
🚀 Build & Deploy Image / Auto-deploy to Production (push) Has been skipped

This commit is contained in:
2025-11-08 13:45:18 +01:00
parent 1b9cda6dd3
commit e9e87c9c5e
2 changed files with 4 additions and 8 deletions

View File

@@ -965,8 +965,7 @@ jobs:
- name: Install Ansible
run: |
sudo apt-get update
sudo apt-get install -y ansible python3-pip
apk add --no-cache python3 py3-pip
pip3 install --user ansible-core docker
- name: Create Ansible Vault password file
@@ -1120,8 +1119,7 @@ jobs:
- name: Install Ansible
run: |
sudo apt-get update
sudo apt-get install -y ansible python3-pip
apk add --no-cache python3 py3-pip
pip3 install --user ansible-core docker
- name: Create Ansible Vault password file