From 025c260922f73fcab5618867965dbcc2bb0e1e91 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 24 Nov 2022 09:38:48 +0000 Subject: [PATCH] wait #5590 --- .docker/images/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5