diff options
author | dosire <sytses@gmail.com> | 2014-02-22 15:48:42 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-02-22 15:48:42 +0100 |
commit | 91a177831ab33e08d65d80fb91840dd3e9390e31 (patch) | |
tree | 577ed374c138a6384737c0e287d60cc148c41a36 | |
parent | 339c172f944d99b359014bf9dd10e5fb2ea95043 (diff) | |
download | gitlab-ce-docker.tar.gz |
This doesn't help with the pg error.docker
-rw-r--r-- | Dockerfile | 1 |
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) |