diff --git a/Dockerfile b/Dockerfile index 22b098241..526e215e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ FROM php:8.3-apache ENV CI_ENV=docker -ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ - # Install dependencies RUN set -e; \ \