We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c031e0e commit 126e29fCopy full SHA for 126e29f
lib/generators/dockerfile_generator.rb
@@ -741,7 +741,7 @@ def build_packages
741
packages = %w(build-essential libyaml-dev)
742
packages += @@packages["build"] if @@packages["build"]
743
packages += %w(nodejs npm) if (node_version == "lts") && (not using_execjs?)
744
- packages << "libyaml-dev" if options.fullstaq?
+ packages << "libffi-dev" if @@packages["ffi"]
745
746
# add databases: sqlite3, postgres, mysql
747
packages << "pkg-config" if options.sqlite3? || @sqlite3
0 commit comments