2021-12-22 01:22:19 +01:00
|
|
|
FROM php:7.4.7-cli-buster
|
|
|
|
|
2023-04-07 20:29:00 +02:00
|
|
|
RUN apt-get update && apt-get install -y git unzip
|
2021-12-22 01:22:19 +01:00
|
|
|
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|