Skip to content

Commit

Permalink
Merge branch 'release/1.0.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Apr 17, 2021
2 parents 510511b + 6c4cf08 commit 35b06b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/plugindev Change Log

## 1.0.17 - 2021.04.17
### Changed
* Bring the debug container in line with the production container, allowing it to work with either Postgres or MySQL

## 1.0.16 - 2021.04.17
### Changed
* Use separate `phpSessionName`s for MySQL and Postgres, to keep us logged in when switching between them
Expand Down
6 changes: 6 additions & 0 deletions docker-config/php-dev-craft/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,16 @@ RUN set -eux; \
nano \
optipng \
mysql-client \
mariadb-connector-c \
postgresql-client \
postgresql-dev \
&& \
# Install PHP extensions
docker-php-ext-install \
pdo_mysql \
pdo_pgsql \
pgsql \
soap \
&& \
# Install Composer
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer \
Expand Down

0 comments on commit 35b06b3

Please sign in to comment.