MAPG-243 fixup! MAPG-243 install git in Dockerfile-test
Some checks reported errors
mapguesser/pipeline/pr-develop Something is wrong with the build of this commit

This commit is contained in:
Bence Pőcze 2023-04-07 20:47:41 +02:00
parent 7114248f70
commit b686475f9d
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

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