~zoology/charms/trusty/registrator/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Charles Butler
  • Date: 2015-06-18 18:33:08 UTC
  • Revision ID: charles.butler@canonical.com-20150618183308-hz9vaw6pgde509ar
Initial import of the registrator charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
set -e
 
4
 
 
5
apt-get install -y \
 
6
    python-dev \
 
7
    python-pip \
 
8
    git \
 
9
 
 
10
easy_install -U pip # hackaround
 
11
pip install --src=/opt/python-src -r hooks/python-pkgs.txt
 
12
docker pull gliderlabs/registrator:latest