Skip to content

Commit e7e8561

Browse files
committed
docker-cli
1 parent 7990ddd commit e7e8561

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ jobs:
216216
- name: Install Docker on Alpine Linux
217217
if: ${{ contains(matrix.container, 'alpine') }}
218218
run: |
219-
sudo apk install docker
220-
sudo service docker start
219+
sudo apk add docker-cli
221220
222221
- name: Integration test
223222
uses: getsentry/github-workflows/sentry-cli/integration-test/@v2

0 commit comments

Comments
 (0)