#
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been cancelled
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Has been cancelled

This commit is contained in:
2026-04-27 09:51:47 +06:00
parent 28941085dc
commit bef1991b51

View File

@@ -313,10 +313,11 @@ jobs:
- name: Install Docker CLI
run: |
sed -i 's|http://archive.ubuntu.com/ubuntu|http://mirror.xeonbd.com/ubuntu|g' /etc/apt/sources.list
sed -i 's|http://security.ubuntu.com/ubuntu|http://mirror.xeonbd.com/ubuntu|g' /etc/apt/sources.list
apt-get update
apt-get install -y docker.io
find /etc/apt -name "*.list" -type f -print0 | xargs -0 sed -i \
's|http://archive.ubuntu.com/ubuntu|http://mirror.xeonbd.com/ubuntu|g; s|http://security.ubuntu.com/ubuntu|http://mirror.xeonbd.com/ubuntu|g'
apt-get update -o Acquire::Retries=5
apt-get install -y --no-install-recommends docker.io
docker --version
- name: Preload previous IG package for comparison