diff --git a/Dockerfile b/Dockerfile index 1c22980..fbe04df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM php:8.2-fpm-alpine +RUN apk add --no-cache linux-headers RUN docker-php-ext-install pdo pdo_mysql sockets RUN curl -sS https://getcomposer.org/installer | php -- \ --install-dir=/usr/local/bin --filename=composer