Skip to content

Commit

Permalink
Update Docker package list for Debian Buster
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarnes committed Oct 20, 2020
1 parent 6d4006d commit cd752a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.yml
Expand Up @@ -138,6 +138,11 @@
- apt
- system

# XXX Workaround for Docker on Debian Buster
# https://github.com/moby/libnetwork/issues/2331
- name: Link iptables to iptables-legacy
command: update-alternatives --set iptables /usr/sbin/iptables-legacy

# XXX Hold off on installing mdadm.
# See Storage Configuration note below.
- name: Add required packages
Expand All @@ -148,9 +153,11 @@
- bash-completion
- bsd-mailx
- command-not-found
- containerd.io
- curlftpfs
- dnsutils
- docker-ce
- docker-ce-cli
- git
- htop
- lsof
Expand Down

0 comments on commit cd752a7

Please sign in to comment.