~maxiberta/canonical-identity-provider/vanilla-sshkeys-debug

« back to all changes in this revision

Viewing changes to setup-container

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Guillermo Gonzalez
  • Date: 2019-05-22 20:57:16 UTC
  • mfrom: (1668.3.12 xenial)
  • Revision ID: otto-copilot@canonical.com-20190522205716-143iaozv4drdmxmj
make it work in xenial

Merged from https://code.launchpad.net/~verterok/canonical-identity-provider/xenial-port/+merge/366731

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
apt-get install -y software-properties-common
25
25
# Add PPA containing codetree
26
26
apt-add-repository --yes ppa:mojo-maintainers
27
 
# Add PPA containing libsodium
28
 
add-apt-repository --yes ppa:facundo/salty
29
 
apt-get update
 
27
apt update 
30
28
# Install apt dependencies
31
29
cat dependencies.txt dependencies-devel.txt | xargs apt-get install -y --no-install-recommends
32
30
echo All done, now you can do