add docker-compose to stretch config

pull/1/head
Jeffrey Paul 6 years ago
parent df1839f9d2
commit 0c0d533269
  1. 5
      bin/setup

@ -1,6 +1,9 @@
#!/bin/bash
function do_debian_stretch_setup {
git config credential.helper store
# FIXME assumes amd64
export DEBIAN_FRONTEND=noninteractive
@ -34,7 +37,7 @@ function do_debian_stretch_setup {
$(lsb_release -cs) \
stable"
sudo apt update
sudo apt install -y docker-ce
sudo apt install -y docker-ce docker-compose
fi
}

Loading…
Cancel
Save