Pőcze Bence
0798d146f9
Some checks failed
mapguesser/pipeline/pr-develop There was a failure building this commit
5 lines
183 B
Plaintext
5 lines
183 B
Plaintext
FROM php:7.4.7-cli-buster
|
|
|
|
RUN apt-get update && apt-get install -y git unzip
|
|
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|