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.48MB 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/ ---> ef7321aa1d26 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 37ac2206df0c ---> Removed intermediate container 37ac2206df0c ---> bc60dc49deb3 Successfully built bc60dc49deb3 Successfully tagged showdoc-coding-0520:e1cd-base