Skip to content

Commit

Permalink
Edit Install Docker step of CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kheal committed Nov 15, 2024
1 parent f5ec2e8 commit fdbfabc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dockerfile_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:

- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
sudo systemctl start docker
sudo systemctl enable docker
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
sudo usermod -aG docker $USER
- name: Build Docker Image
Expand Down

0 comments on commit fdbfabc

Please sign in to comment.