Compare commits

..

1 Commits

Author SHA1 Message Date
be905abfd4
MAPG-243 use soko-web framework
Some checks failed
mapguesser/pipeline/pr-develop There was a failure building this commit
2023-04-07 20:22:53 +02:00

View File

@ -1,4 +1,4 @@
FROM php:7.4.7-cli-buster
RUN apt-get update && apt-get install -y git unzip
RUN apt-get update && apt-get install -y unzip
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer