Skip to content

Commit

Permalink
Add missing build dependency to recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Jul 31, 2023
1 parent fd3e5b0 commit bc916b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/luarocks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
node.override['openresty']['or_modules']['luajit'] = true

# Install needed packages
%w{ zip unzip }.each do |pkg|
%w{ build-essential zip unzip }.each do |pkg|
package pkg
end

Expand Down

0 comments on commit bc916b9

Please sign in to comment.