MAPG-243 install git in Dockerfile-test
Some checks failed
mapguesser/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Bence Pőcze 2023-04-07 20:29:00 +02:00
parent 0a428fa6af
commit 0798d146f9
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

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