Skip to content

Commit

Permalink
Added postgres dependency to address #228 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckulka authored Jan 18, 2025
1 parent 9db4ad4 commit 0090543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nginx-php8.2.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN curl -o /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
php8.2-fpm \
php8.2-mbstring \
php8.2-mysql \
php8.2-pgsql \
php8.2-sqlite3 \
php8.2-xml \
sqlite3 \
Expand Down
1 change: 1 addition & 0 deletions nginx.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN curl -o /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
php8.1-fpm \
php8.1-mbstring \
php8.1-mysql \
php8.1-pgsql \
php8.1-sqlite3 \
php8.1-xml \
sqlite3 \
Expand Down

0 comments on commit 0090543

Please sign in to comment.