Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile: Use packaged pg_query gem #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Dockerfile: Use packaged pg_query gem
Fixes #117
yukiisbored committed Jul 16, 2017
commit 0819ff6df9884e91c81aa0c664c37492858b041e
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -31,6 +31,8 @@ RUN \
--plus-repo http://download.opensuse.org/repositories/devel:languages:lua/openSUSE_Factory/ \
# flawfinder
--plus-repo http://download.opensuse.org/repositories/home:illuusio/openSUSE_Tumbleweed/ \
# pg_query
--plus-repo http://download.opensuse.org/repositories/home:yuki_is_bored/openSUSE_Tumbleweed/ \
install --replacefiles \
bzr \
cppcheck \
@@ -69,8 +71,6 @@ RUN \
m4 \
nodejs7 \
npm7 \
# patch is used by Ruby gem pg_query
patch \
perl-Perl-Critic \
php7 \
php7-pear \
@@ -92,6 +92,7 @@ RUN \
ruby \
ruby-devel \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cant this be removed now?

ruby2.2-rubygem-bundler \
ruby2.2-rubygem-pg_query \
ShellCheck \
subversion \
tar \