Skip to content

Commit

Permalink
fix(planner): Add ext-gmp dependency to php provider
Browse files Browse the repository at this point in the history
  • Loading branch information
yuaanlin committed Aug 16, 2023
1 parent f756688 commit bc21a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/php/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ var depMap = map[string][]string{
"ext-zip": {"libzip-dev"},
"ext-curl": {"libcurl4-openssl-dev", "libssl-dev"},
"ext-gd": {"libpng-dev"},
"ext-gmp": {"libgmp-dev"},
}

var baseDep = []string{"nginx", "libicu-dev", "jq", "pkg-config", "unzip", "git"}
Expand Down

0 comments on commit bc21a90

Please sign in to comment.