mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
added 1.6.4.build dockerfile
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#FROM debian:jessie-slim
|
||||
FROM litespeedtech/openlitespeed-beta:latest
|
||||
|
||||
ARG extensions
|
||||
|
||||
RUN apt-get install $extensions -y
|
||||
|
||||
#RUN echo "admin:$(/usr/local/lsws/admin/fcgi-bin/admin_php* -q /usr/local/lsws/admin/misc/htpasswd.php ${WEB_ADMIN_PASSWORD})" \
|
||||
# > /usr/local/lsws/admin/conf/htpasswd
|
||||
|
||||
Reference in New Issue
Block a user