add options
This commit is contained in:
parent
8414d282ec
commit
913fe42c72
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ USER root
|
|||
|
||||
RUN apk --no-cache add \
|
||||
git \
|
||||
php83-xmlwriter \
|
||||
php83-xsl \
|
||||
php83-pcntl \
|
||||
php83-posix \
|
||||
php83-sockets \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/01-symfony.sh \
|
||||
|
|
Loading…
Reference in a new issue