Skip to content

Commit

Permalink
[HWORKS-660] Consul recipe should install bc package (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf authored Jul 19, 2023
1 parent b3469a4 commit a263823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
action :create
end

package "unzip" do
package ["unzip", "bc"] do
retries 10
retry_delay 30
end
Expand Down

0 comments on commit a263823

Please sign in to comment.