From f3904f1c3ab10eb25b55e98612971068a9f0929b Mon Sep 17 00:00:00 2001 From: Lepetit Paul Date: Tue, 7 Mar 2017 17:25:26 +0100 Subject: [PATCH] Fix Webservice --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd02f49..6516898 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,14 +35,16 @@ RUN apt-get -y install \ libphp-pclzip \ libsoap-lite-perl \ libarchive-zip-perl \ - htop \ git \ wget \ tar \ unzip \ nano \ make + +RUN mkdir /usr/include/apache2 +RUN cpan -i Apache2::SOAP RUN cpan -i XML::Entities VOLUME /var/lib/mysql