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

7 lines
219 B
Plaintext

FROM ubuntu:focal
ENV DEBIAN_FRONTEND noninteractive
RUN apt update && apt install -y curl git unzip php7.4-cli
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer