Skip to content

Commit

Permalink
Merge pull request #4 from redguava/adding_pg_binaries_to_path
Browse files Browse the repository at this point in the history
READY: adding pg binaries to PATH (fix for gem install pg)
  • Loading branch information
bpinto committed Jun 19, 2014
2 parents 663bec6 + ddd8026 commit d7e7943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN yum install -y libxml2 libxml2-devel libxslt libxslt-devel
# Install postgres-client
RUN yum localinstall -y http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-1.noarch.rpm
RUN yum install -y postgresql93-devel
RUN echo -e 'export PATH=/usr/pgsql-9.3/bin:$PATH' >> /etc/profile.d/pg.sh

# Install ruby
RUN git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
Expand Down

0 comments on commit d7e7943

Please sign in to comment.