mapguesser/docker/Dockerfile-test

7 lines
246 B
Plaintext
Raw Normal View History

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