Skip to content

Commit

Permalink
Merge pull request #609 from dbarzin/dev
Browse files Browse the repository at this point in the history
work on docker
  • Loading branch information
dbarzin authored Jan 23, 2024
2 parents 30f254f + a9469a8 commit 45b17b8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-alpine3.16
FROM php:8.3-fpm-alpine3.19

# apparently you cannot pass both env variables
# and .env file
Expand All @@ -14,21 +14,21 @@ RUN apk update && apk add curl nano bash ssmtp graphviz fontconfig ttf-freefont
RUN fc-cache -f

# php deps
RUN apk add php8-zip \
php8-curl \
php8-mbstring \
php8-dom php8-ldap \
php8-soap \
php8-xdebug \
php8-sqlite3 \
php8-gd \
php8-xdebug \
php8-gd \
php8-pdo php8-pdo_sqlite \
php8-fileinfo \
php8-simplexml php8-xml php8-xmlreader php8-xmlwriter \
php8-tokenizer \
php8-ldap \
RUN apk add php-zip \
php-curl \
php-mbstring \
php-dom \
php-ldap \
php-soap \
php-xdebug \
php-sqlite3 \
php-gd \
php-xdebug \
php-gd \
php-pdo php-pdo_sqlite \
php-fileinfo \
php-simplexml php-xml php-xmlreader php-xmlwriter \
php-tokenizer \
libzip-dev \
openldap-dev \
libpng \
Expand Down

0 comments on commit 45b17b8

Please sign in to comment.