diff --git a/Dockerfile b/Dockerfile index 2e615c1..d3dc0c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ RUN apt-get update && apt-get install -y \ unzip \ default-jre \ wget \ - libapache2-mod-ssl \ && docker-php-ext-install mysqli pdo pdo_mysql zip \ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer