mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
rm apache pkg
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# OpenLiteSpeed WordPress Docker Container
|
# OpenLiteSpeed WordPress Docker Container (Beta)
|
||||||
[](https://hub.docker.com/r/litespeedtech/openlitespeed)
|
[](https://hub.docker.com/r/litespeedtech/openlitespeed)
|
||||||
[](https://hub.docker.com/r/litespeedtech/openlitespeed)
|
[](https://hub.docker.com/r/litespeedtech/openlitespeed)
|
||||||
[](https://hub.docker.com/r/litespeedtech/openlitespeed-beta)
|
[](https://hub.docker.com/r/litespeedtech/openlitespeed-beta)
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ RUN apt-get install -y software-properties-common && \
|
|||||||
add-apt-repository universe && \
|
add-apt-repository universe && \
|
||||||
add-apt-repository ppa:certbot/certbot && \
|
add-apt-repository ppa:certbot/certbot && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y certbot python-certbot-apache
|
apt-get install -y certbot
|
||||||
|
|
||||||
RUN rm -rf /usr/local/lsws/conf
|
RUN rm -rf /usr/local/lsws/conf
|
||||||
ADD conf /usr/local/lsws/conf
|
ADD conf /usr/local/lsws/conf
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ RUN apt-get install -y software-properties-common && \
|
|||||||
add-apt-repository universe && \
|
add-apt-repository universe && \
|
||||||
add-apt-repository ppa:certbot/certbot && \
|
add-apt-repository ppa:certbot/certbot && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y certbot python-certbot-apache
|
apt-get install -y certbot
|
||||||
|
|
||||||
RUN rm -rf /usr/local/lsws/conf
|
RUN rm -rf /usr/local/lsws/conf
|
||||||
ADD conf /usr/local/lsws/conf
|
ADD conf /usr/local/lsws/conf
|
||||||
|
|||||||
Reference in New Issue
Block a user