From affb8091ffca6660840a7b0490b90b8d7eb81454 Mon Sep 17 00:00:00 2001 From: Patric Date: Sat, 15 Jun 2024 12:23:22 +0200 Subject: [PATCH] dockerfile --- dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dockerfile 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