debian 13 ols fix

This commit is contained in:
usmannasir
2025-09-18 01:29:38 +05:00
parent 74b5ce97d4
commit 0e45e6272c
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