Skip to content

Commit

Permalink
fix: enable mysql for docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Nov 13, 2024
1 parent 1396d90 commit 7a00539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WORKDIR /var/dev

## Install Ext
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN install-php-extensions soap pcntl bcmath gd exif sockets zip xdebug redis intl pdo_pgsql pgsql mysqli
RUN install-php-extensions soap pcntl bcmath gd exif sockets zip xdebug redis intl pdo_pgsql pgsql pdo_mysql mysqli

USER csdev

Expand Down
2 changes: 1 addition & 1 deletion worker83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ADD cslant.php.ini "$PHP_INI_DIR/conf.d/blog.ini"
WORKDIR /var/dev

ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN install-php-extensions soap pcntl bcmath gd exif sockets zip xdebug redis intl pdo_pgsql pgsql mysqli
RUN install-php-extensions soap pcntl bcmath gd exif sockets zip xdebug redis intl pdo_pgsql pgsql pdo_mysql mysqli

## Install supervisord
RUN apk add --no-cache supervisor
Expand Down

0 comments on commit 7a00539

Please sign in to comment.