From d885fb23a735ad59c4b519a683a8157175e6bbbb Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 14 Feb 2017 22:45:07 +0000 Subject: [PATCH] remove dependencies already in baseimage --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2bc9c2c..1c59e96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,6 @@ RUN \ php7-ldap \ php7-mbstring \ php7-mcrypt \ - php7-openssl \ php7-pcntl \ php7-pdo_mysql \ php7-pdo_pgsql \ @@ -57,7 +56,6 @@ RUN \ php7-xml \ php7-xmlreader \ php7-zip \ - php7-zlib \ samba \ sudo \ tar \