Skip to content

Commit f74619b

Browse files
Thomas BrugmanThomas Brugman
authored andcommitted
typo good now?Pls
1 parent 12fc36a commit f74619b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dockerfile-check.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
steps:
1616
- name: Checkout Repository
1717
uses: actions/checkout@v4
18+
19+
- name: Install Docker
20+
run: |
21+
sudo apt-get update
22+
sudo apt-get install -y docker.io docker-compose
23+
sudo systemctl start docker
1824
1925
- name: Build and Run Docker container
2026
run:

0 commit comments

Comments
 (0)