mapguesser/docker/Dockerfile-test
Pőcze Bence 0798d146f9
Some checks failed
mapguesser/pipeline/pr-develop There was a failure building this commit
MAPG-243 install git in Dockerfile-test
2023-04-07 20:29:00 +02:00

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