Skip to content

Commit 2fb3dfd

Browse files
author
Matthew Fisher
committed
refactor(controller): remove chef gem
deis does not use chef for convergence any more, so it is no longer needed inside the container.
1 parent f849c47 commit 2fb3dfd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

controller/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ MAINTAINER Gabriel A. Monroy <gabriel@opdemand.com>
55
RUN apt-get update && \
66
apt-get install -yq python-dev libpq-dev libyaml-dev
77

8-
# install chef
9-
RUN apt-get install -yq ruby1.9.1 rubygems
10-
RUN gem install --no-ri --no-rdoc chef
11-
128
# install recent pip
139
RUN wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
1410

0 commit comments

Comments
 (0)