soko-web/Dockerfile
2023-09-27 21:35:44 +02:00

5 lines
179 B
Docker

FROM php:8.1-cli-bookworm
RUN apt-get update && apt-get install -y unzip
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer