This commit is contained in:
Cold-Egg
2020-01-23 12:20:10 -05:00
parent 287ee123e9
commit 3b9f8f138d
4 changed files with 25 additions and 1 deletions
+4
View File
@@ -9,6 +9,10 @@ RUN wget https://openlitespeed.org/preuse/openlitespeed-1.6.4.tgz && \
RUN apt-get install mysql-client lsphp73 lsphp73-common lsphp73-mysql lsphp73-opcache \
lsphp73-curl lsphp73-json lsphp73-imagick lsphp73-redis lsphp73-memcached -y
RUN wget -O /usr/local/lsws/admin/misc/lsup.sh \
https://raw.githubusercontent.com/litespeedtech/openlitespeed/master/dist/admin/misc/lsup.sh && \
chmod +x /usr/local/lsws/admin/misc/lsup.sh
EXPOSE 7080
RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \