File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,18 +2,14 @@ FROM deis/base:latest
22MAINTAINER OpDemand <info@opdemand.com>
33
44# install required system packages
5+ # HACK: install git so we can install bacongobbler's fork of django-fsm
6+ # install openssh-client for temporary fleetctl wrapper
57RUN apt-get update && \
6- apt-get install -yq python-dev libpq-dev libyaml-dev
8+ apt-get install -yq python-dev libpq-dev libyaml-dev git openssh-client
79
810# install recent pip
911RUN wget -qO- https://raw.githubusercontent.com/pypa/pip/1.5.5/contrib/get-pip.py | python -
1012
11- # HACK: install git so we can install bacongobbler's fork of django-fsm
12- RUN apt-get install -yq git
13-
14- # install openssh-client for temporary fleetctl wrapper
15- RUN apt-get install -yq openssh-client
16-
1713# add a deis user that has passwordless sudo (for now)
1814RUN useradd deis --groups sudo --home-dir /app --shell /bin/bash
1915RUN sed -i -e 's/%sudo\t ALL=(ALL:ALL) ALL/%sudo\t ALL=(ALL:ALL) NOPASSWD:ALL/' /etc/sudoers
You can’t perform that action at this time.
0 commit comments