6 lines
77 B
Docker
6 lines
77 B
Docker
FROM php:8.3-fpm
|
|
|
|
RUN apt-get update && apt-get install -y \
|
|
php8.3-pdo
|
|
|