Skip to content

Commit

Permalink
#108 install pg
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 29, 2024
1 parent e3f405f commit 884115e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ docker:
assets:
rubygems.yml: yegor256/home#assets/rubygems.yml
install: |
export PATH=$PATH:/usr/lib/postgresql/14/bin
sudo apt-get -y update
sudo apt-get -y install libpq-dev postgresql-client postgresql
pdd -f /dev/null
bundle install --no-color
release:
Expand Down

0 comments on commit 884115e

Please sign in to comment.