Remove Docker stuff from desktop role

This commit is contained in:
Salt 2021-07-27 17:22:43 -05:00
parent c6de02ec1b
commit 86195c39f7

View File

@ -22,7 +22,6 @@ desktop_apt_keys_url:
- "https://packages.riot.im/debian/riot-im-archive-keyring.gpg" # Element
- "https://download.spotify.com/debian/pubkey_0D811D58.gpg" # Spotify 2
- "https://packages.cloud.google.com/apt/doc/apt-key.gpg" # kubectl https://kubernetes.io/docs/tasks/tools/install-kubectl/
- "https://download.docker.com/linux/ubuntu/gpg" # Docker
- "https://baltocdn.com/helm/signing.asc" # Helm
desktop_apt_keys_url_extra: []
@ -31,7 +30,6 @@ desktop_apt_repos:
- "deb https://apt.syncthing.net/ syncthing stable" # Syncthing
- "deb https://packages.riot.im/debian/ default main" # Element
- "deb https://apt.kubernetes.io/ kubernetes-xenial main" # Kubernetes
- "deb https://download.docker.com/linux/ubuntu focal stable" # Docker
- "deb https://baltocdn.com/helm/stable/debian/ all main" # Helm
# First-party PPAs
- "ppa:phoerious/keepassxc" # KeepassXC
@ -50,8 +48,6 @@ desktop_apt_packages:
- apt # Useful for Android debugging, and also for pinephone shenanigans
- build-essential # Used in numerous build ventures, just all-around important
- cmake # Also useful for building from source
- docker-ce # soy
- docker-compose
- fastboot # Also used for phone debugging
- ffmpeg # Fantastic tool, used on the daily
- git # Just ensuring it's installed, probably already in build-essential