DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 64.51MB Step 1/4 : FROM php:7.4-apache ---> c9d7e608f738 Step 2/4 : RUN apt-get update && apt-get install -y libsqlite3-dev && docker-php-ext-install pdo pdo_sqlite && a2enmod rewrite && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 1b68fdc6b1ac Step 3/4 : COPY . /var/www/html/ ---> cb724a7ce6cb Step 4/4 : RUN mkdir -p /var/www/html/Public/Uploads /var/www/html/server/Application/Runtime && chmod -R 777 /var/www/html ---> Running in 208f1314a4cd ---> Removed intermediate container 208f1314a4cd ---> 28c79b18daf2 Successfully built 28c79b18daf2 Successfully tagged showdoc-cve-2025-0520:fb77