From: vincent@cubedesigners.com Date: Thu, 24 Nov 2022 09:38:48 +0000 (+0000) Subject: wait #5590 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=025c260922f73fcab5618867965dbcc2bb0e1e91;p=cubeextranet.git wait #5590 --- diff --git a/.docker/images/php/Dockerfile b/.docker/images/php/Dockerfile index 02f3dc149..c63742691 100644 --- a/.docker/images/php/Dockerfile +++ b/.docker/images/php/Dockerfile @@ -69,7 +69,7 @@ RUN apt-get -y --no-install-recommends install libreoffice RUN apt-get -y --no-install-recommends install sshfs lftp RUN apt-get -y --no-install-recommends install sshfs python3 python3-pip RUN apt-get -y --no-install-recommends install openssh-server -RUN apt-get -y --no-install-recommends install wine +RUN apt-get -y --no-install-recommends install mariadb-client RUN cd /root;wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2;tar xvjf phantomjs-2.1.1-linux-x86_64.tar.bz2;mv phantomjs-2.1.1-linux-x86_64 /usr/local/share;ln -sf /usr/local/share/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin RUN cd /root;wget https://github.com/nwutils/Web2Executable/releases/download/v0.7.1b/Web2ExeLinux-CMD.zip;unzip Web2ExeLinux-CMD.zip;mv Web2ExeLinux-CMD /usr/local/web2exe