debian 13 ols fix

This commit is contained in:
usmannasir
2025-09-18 01:29:38 +05:00
parent 6eedea1254
commit 6b2f718631
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ RUN apt-get update && \
apt-get install -y wget gnupg ca-certificates
# Install OpenLiteSpeed
RUN wget -O - https://repo.litespeed.sh | bash
RUN bash -c 'wget -O - https://repo.litespeed.sh | bash'
RUN apt-get install -y openlitespeed