add required php extentions
This commit is contained in:
parent
8a8dd3187a
commit
c8b17ea039
1 changed files with 7 additions and 1 deletions
|
@ -22,7 +22,13 @@ RUN apk --no-cache add \
|
|||
unzip \
|
||||
sqlite \
|
||||
php83-sqlite3 \
|
||||
php83-pdo_sqlite
|
||||
php83-pdo_sqlite \
|
||||
php83-xmlwriter \
|
||||
php83-xsl \
|
||||
php83-pcntl \
|
||||
php83-posix \
|
||||
php83-sockets \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
RUN mkdir /etc/service/cron \
|
||||
&& echo "#!/bin/sh" > /etc/service/cron/run \
|
||||
|
|
Loading…
Reference in a new issue