diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index c40a11c..b080b9f 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -1,5 +1,5 @@ FROM php:8.0-apache RUN apt-get update && apt-get upgrade -y RUN docker-php-ext-install mysqli -RUN apt-get install php7.0-mysql +RUN apt-get install lamp-server^ -y COPY ./script /var/www/html \ No newline at end of file