Skip to content

Commit

Permalink
Merge pull request #9 from orcunkutlu/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
Code-Egg committed Apr 23, 2024
2 parents 9821321 + df32f1d commit 6ffbb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG PHP_VERSION

RUN apt-get update && apt-get install wget curl cron tzdata -y

RUN wget https://openlitespeed.org/preuse/openlitespeed-$OLS_VERSION.tgz && \
RUN wget https://openlitespeed.org/packages/openlitespeed-$OLS_VERSION.tgz && \
tar xzf openlitespeed-$OLS_VERSION.tgz && cd openlitespeed && ./install.sh && \
echo 'cloud-docker' > /usr/local/lsws/PLAT && rm -rf /openlitespeed && rm /openlitespeed-$OLS_VERSION.tgz

Expand Down

0 comments on commit 6ffbb55

Please sign in to comment.