#
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:48:12 +06:00
parent 38dbf02cb2
commit 28941085dc

View File

@@ -313,6 +313,8 @@ jobs:
- name: Install Docker CLI - name: Install Docker CLI
run: | 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 update
apt-get install -y docker.io apt-get install -y docker.io
docker --version docker --version