mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 21:39:40 +01:00
18 lines
321 B
YAML
18 lines
321 B
YAML
---
|
|
docker_deps:
|
|
- 'apt-transport-https'
|
|
- 'ca-certificates'
|
|
- 'gnupg2'
|
|
- 'pass'
|
|
- 'curl'
|
|
- 'software-properties-common'
|
|
- 'python3-pip'
|
|
- 'virtualenv'
|
|
- 'python3-setuptools'
|
|
|
|
docker_packages:
|
|
- 'docker-ce'
|
|
- 'docker-ce-cli'
|
|
- 'containerd.io'
|
|
- 'docker-buildx-plugin'
|
|
- 'docker-compose-plugin' |