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 62.02MB 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/ ---> bcf0a0e4f2a0 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 7ac40eee3a1a ---> Removed intermediate container 7ac40eee3a1a ---> b37a8bff6816 Successfully built b37a8bff6816 Successfully tagged showdoc-cve-2025-0520:vuln