~maxiberta/isitdeployable/update-project-url

« back to all changes in this revision

Viewing changes to setup-container

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Colin Watson
  • Date: 2018-02-07 15:18:41 UTC
  • mfrom: (270.3.4 docker-dependencies-steps)
  • Revision ID: otto-copilot@canonical.com-20180207151841-3v8dy0mmtiw1gq70
Split Dockerfile installation of system dependencies into multiple steps.

Merged from https://code.launchpad.net/~cjwatson/isitdeployable/docker-dependencies-steps/+merge/336768

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# Install software-properties-common for easy addition of PPA
27
27
apt-get install -y software-properties-common
28
28
# Add PPA containing codetree
29
 
apt-add-repository --yes ppa:mojo-maintainers
 
29
add-apt-repository --yes ppa:mojo-maintainers
30
30
# Add PPA containing other dependencies
31
 
apt-add-repository --yes ppa:ubuntuone/isitdeployable-dependencies
 
31
add-apt-repository --yes ppa:ubuntuone/isitdeployable-dependencies
32
32
apt-get update
33
33
# Install apt dependencies
34
34
cat dependencies.txt dependencies-devel.txt | xargs apt-get install -y --no-install-recommends