Improve tests: don't install daemon when running inside a container (#56)

* If running inside a container, only install docker CLI, not docker daemon.

ci_complete

* Fix OpenSUSE.
This commit is contained in:
Felix Fontein
2020-12-23 13:36:40 +01:00
committed by GitHub
parent a1a7692e74
commit 5fa53e2eeb
14 changed files with 31 additions and 12 deletions
@@ -1,3 +1,4 @@
---
docker_prereq_packages:
- yum-utils
- device-mapper-persistent-data
@@ -7,3 +8,5 @@ docker_prereq_packages:
docker_packages:
- docker-ce-19.03.13
- docker-ce-cli-19.03.13
docker_cli_packages:
- docker-ce-cli-19.03.13