Skip to content

Commit

Permalink
Merge pull request #5 from rodrigore/master
Browse files Browse the repository at this point in the history
Add postgresql-client in order to use psql command
  • Loading branch information
Mahmoudz authored Aug 10, 2016
2 parents 151a5e0 + a90aa1e commit d44778b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN apt-get update && \
curl \
vim \
nano \
postgresql-client \
&& apt-get clean

#####################################
Expand All @@ -69,4 +70,4 @@ RUN curl -s http://getcomposer.org/installer | php && \
mv composer.phar /usr/local/bin/composer

# Source the bash
RUN . ~/.bashrc
RUN . ~/.bashrc

0 comments on commit d44778b

Please sign in to comment.