Skip to content

Commit

Permalink
Update Dockerfile.alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis authored Nov 27, 2024
1 parent 5ba908e commit 4b50d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/env/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ CMD ruby -v && \
bundle config set --local without 'development' && \
bundle install && \
sudo -u postgres ruby -rpg -e "p RUBY_DESCRIPTION, PG::VERSION, PG::POSTGRESQL_LIB_PATH, PG::IS_BINARY_GEM, PG::BUNDLED_LIBPQ_WITH_UNIXSOCKET; puts PG.connect.exec('SELECT version()').values" && \
sudo -u postgres ruby -rpg -S rspec spec/pg/**/*_spec.rb
sudo -u postgres ruby -rpg -S rspec spec/**/*_spec.rb -cfdoc

0 comments on commit 4b50d68

Please sign in to comment.