Extend docker_compose tests, add Alpine to CI (#304)

* Add test where project is started with project_src only (#303).

* Work around bug in docker_compose.

* Add Alpine in CI.
This commit is contained in:
Felix Fontein
2022-03-14 10:34:08 +01:00
committed by GitHub
parent 5f9afb8c12
commit 48391d6755
5 changed files with 78 additions and 0 deletions
@@ -0,0 +1,6 @@
---
- name: Install docker
apk:
name: docker
update_cache: yes
notify: cleanup docker