diff --git a/Sources/php_script/Dockerfile b/Sources/php_script/Dockerfile index 1427b65..a011785 100644 --- a/Sources/php_script/Dockerfile +++ b/Sources/php_script/Dockerfile @@ -1,6 +1,5 @@ FROM php:8.1-apache RUN apt-get update && apt-get upgrade -y RUN docker-php-ext-install mysqli -RUN apt-get install iproute2 -y COPY ./script /var/www/html