summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 693e513064a..1105ddb6b84 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,6 +31,7 @@ ADD https://gitlab.com/gitlab-org/cookbook-gitlab/raw/master/solo.json.productio
ADD . /chef
RUN cd /chef && /opt/chef/embedded/bin/berks install --path /chef/cookbooks
+RUN apt-get install -y postgresql postgresql-contrib libpq-dev # TODO With this still can't install the pg gem, also see https://github.com/cloudfoundry/bosh-lite/issues/22
RUN chef-solo -c /chef/solo.rb -j /chef/solo.json
# TODO start all the services with a script (gitlab, redis, postgresql, nginx)