only mysqli extensions is missing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
213cce4a67
commit
3f8437e20d
@ -3,8 +3,8 @@ FROM php:8.2-fpm
|
||||
COPY docker-php-entrypoint /usr/local/bin/
|
||||
|
||||
RUN chmod +x /usr/local/bin/docker-php-entrypoint && \
|
||||
docker-php-ext-install -j5 mysqli openssl curl && \
|
||||
docker-php-ext-enable mysqli openssl curl
|
||||
docker-php-ext-install mysqli && \
|
||||
docker-php-ext-enable mysqli
|
||||
|
||||
USER www-data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user