diff --git a/dockerfile b/dockerfile new file mode 100644 index 0000000..68ac4e7 --- /dev/null +++ b/dockerfile @@ -0,0 +1,7 @@ +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