mapguesser/docker/Dockerfile-test
Pőcze Bence b686475f9d
Some checks reported errors
mapguesser/pipeline/pr-develop Something is wrong with the build of this commit
MAPG-243 fixup! MAPG-243 install git in Dockerfile-test
2023-04-07 20:49:55 +02:00

5 lines
178 B
Plaintext

FROM ubuntu:focal
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