Update Dockerfile

This commit is contained in:
Stefan Pejcic
2024-12-23 11:04:11 +01:00
committed by GitHub
parent 7055b81989
commit 0fc0353035

View File

@@ -77,6 +77,7 @@ RUN ["/bin/bash", "-c", "if [[ $PHP_VERSION == lsphp7* ]]; then apt-get install
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 && \
rm -rf /usr/bin/php && \
ln -s /usr/local/lsws/$PHP_VERSION/bin/php /usr/bin/php
ENV PATH="/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin"