Skip to content

Commit

Permalink
Merge pull request #136 from collectiveidea/fix-alpine-vips
Browse files Browse the repository at this point in the history
Fix alpine vips package
  • Loading branch information
rubys authored Jan 20, 2025
2 parents 4d00147 + 6040a2f commit 684bb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/dockerfile_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class DockerfileGenerator < Rails::Generators::Base
"libsqlite3-0" => "sqlite-dev",
"libtiff-dev" => "tiff-dev",
"libjemalloc2" => "jemalloc",
"libvips" => "vips-dev",
"libvips" => "vips",
"libyaml-dev" => "yaml-dev",
"node-gyp" => "gyp",
"pkg-config" => "pkgconfig",
Expand Down

0 comments on commit 684bb45

Please sign in to comment.