Pőcze Bence
5f813f1496
Some checks failed
mapguesser/pipeline/pr-develop There was a failure building this commit
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
FROM ubuntu:focal
|
|
|
|
ENV DEBIAN_FRONTEND noninteractive
|
|
|
|
RUN apt update && apt install -y curl git unzip php7.4-cli php7.4-xml
|
|
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|