Skip to content

Commit

Permalink
Add supporting package to fix mysql cli in php images
Browse files Browse the repository at this point in the history
  • Loading branch information
jalendport committed Jul 26, 2024
1 parent 2631293 commit dffa2ff
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer/1.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down
1 change: 1 addition & 0 deletions composer/2.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down
1 change: 1 addition & 0 deletions php/7.4-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down
1 change: 1 addition & 0 deletions php/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down
1 change: 1 addition & 0 deletions php/8.0-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down
1 change: 1 addition & 0 deletions php/8.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down
1 change: 1 addition & 0 deletions php/8.1-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down
1 change: 1 addition & 0 deletions php/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down
1 change: 1 addition & 0 deletions php/8.2-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down
1 change: 1 addition & 0 deletions php/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down
1 change: 1 addition & 0 deletions php/8.3-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down
1 change: 1 addition & 0 deletions php/8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apk add --no-cache --virtual .build-deps \
libpng \
libxml2 \
libzip \
mariadb-connector-c \
mysql-client \
zip \
# Pecl extensions
Expand Down

0 comments on commit dffa2ff

Please sign in to comment.