Pőcze Bence
b686475f9d
Some checks reported errors
mapguesser/pipeline/pr-develop Something is wrong with the build of this commit
5 lines
178 B
Plaintext
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
|