X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/169f0cfcb0a3b2a41caa94cf65144be1ae693020..18e12b0e123fc3e5f344682f884feabc12da0f5a:/cookbooks/web/resources/rails_port.rb diff --git a/cookbooks/web/resources/rails_port.rb b/cookbooks/web/resources/rails_port.rb index 4d30aa7cc..a27dc085d 100644 --- a/cookbooks/web/resources/rails_port.rb +++ b/cookbooks/web/resources/rails_port.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -87,6 +87,17 @@ action :create do libmemcached-dev ] + package %w[ + pngcrush + advancecomp + optipng + pngquant + jhead + jpegoptim + gifsicle + libjpeg-turbo-progs + ] + gem_package "bundler#{new_resource.ruby}" do package_name "bundler" version "1.3.5"