mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 23:31:35 +09:00
11 lines
104 B
Docker
11 lines
104 B
Docker
FROM litespeedtech/openlitespeed-beta:1.6.4.lh
|
|
|
|
ARG extensions
|
|
|
|
RUN apt-get install $extensions -y
|
|
|
|
|
|
|
|
|
|
|