Skip to content

Commit

Permalink
refactor: Add in libtool
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Nov 26, 2023
1 parent 6a7afe4 commit 33c7d20
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions php-dev-base/php-8.1-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c \
libtool \
linux-headers \
wget

Expand Down
1 change: 1 addition & 0 deletions php-dev-base/php-8.2-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c \
libtool \
linux-headers \
wget

Expand Down
2 changes: 2 additions & 0 deletions php-prod-base/php-8.1-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ ENV PHPIZE_DEPS \
pkgconf \
re2c \
zlib-dev \
libtool \
linux-headers \
wget

# Install packages
Expand Down
1 change: 1 addition & 0 deletions php-prod-base/php-8.2-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ENV PHPIZE_DEPS \
pkgconf \
re2c \
zlib-dev \
libtool \
linux-headers \
wget

Expand Down

0 comments on commit 33c7d20

Please sign in to comment.