4 lines
128 B
Docker
4 lines
128 B
Docker
FROM php:8-fpm-alpine
|
|
|
|
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|