Update Dockerfile

Add Redis to the default php modules
This commit is contained in:
Frank 2024-05-02 11:30:36 +02:00 committed by GitHub
parent 9585521e0e
commit aa2657ec75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,7 @@ RUN apk --no-cache --update \
php82-tokenizer \ php82-tokenizer \
php82-zip \ php82-zip \
php82-xmlwriter \ php82-xmlwriter \
php82-redis \
tzdata \ tzdata \
&& mkdir /htdocs && mkdir /htdocs