#
This commit is contained in:
@@ -313,10 +313,11 @@ 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
|
find /etc/apt -name "*.list" -type f -print0 | xargs -0 sed -i \
|
||||||
sed -i 's|http://security.ubuntu.com/ubuntu|http://mirror.xeonbd.com/ubuntu|g' /etc/apt/sources.list
|
'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
|
|
||||||
apt-get install -y docker.io
|
apt-get update -o Acquire::Retries=5
|
||||||
|
apt-get install -y --no-install-recommends docker.io
|
||||||
docker --version
|
docker --version
|
||||||
|
|
||||||
- name: Preload previous IG package for comparison
|
- name: Preload previous IG package for comparison
|
||||||
|
|||||||
Reference in New Issue
Block a user