diff --git a/Sources/php_script/Dockerfile b/Sources/php_script/Dockerfile index 313cb65..16b8a2d 100644 --- a/Sources/php_script/Dockerfile +++ b/Sources/php_script/Dockerfile @@ -1,3 +1,3 @@ FROM php:8.1-apache -RUN apt-get update && apt-get install -y php7.4-mysql 7.4.33-1+deb11u1 && apt-get install -y php-mysqli +RUN apt-get update && apt-get install -y php8.1-mysql && apt-get install -y php-mysqli COPY ./script /var/www/html