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