#
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user