FROM ubuntu:22.04
USER root
RUN apt update
RUN apt upgrade -y
RUN apt install php php-mbstring php-xml php-pdo php-pdo_mysql php-xdebug -y
RUN apt install composer -y