MAPG-243 install git in Dockerfile-test

This commit is contained in:
Bence Pőcze 2023-04-07 20:29:00 +02:00
parent c565fc2b65
commit 06275975f6
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

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