Skip to content

Commit 8e58ff1

Browse files
committed
Try another docker install command
1 parent d20d94b commit 8e58ff1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
- name: Install Docker and Docker Compose
2525
run: |
26-
# Remove conflicting containerd package if it exists
27-
sudo apt-get remove -y containerd
28-
sudo apt-get update
29-
sudo apt-get install -y docker.io docker-compose
26+
# Install Docker using the official convenience script
27+
curl -fsSL https://get.docker.com -o get-docker.sh
28+
sh get-docker.sh
29+
sudo apt-get install -y docker-compose
3030
3131
- name: Build Docker image
3232
run: docker-compose build

0 commit comments

Comments
 (0)