Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Jul 17, 2024
1 parent 3f104f6 commit 9db8862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile.website
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ FROM trafex/php-nginx:3.4.0 AS deploy
WORKDIR /var/www/html

USER root

ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN install-php-extensions pdo_pgsql pgsql redis iconv zip

## Install supercronic (cron alternative)
Expand Down

0 comments on commit 9db8862

Please sign in to comment.