rm apache pkg

master
Cold-Egg 5 years ago
parent 1310d02c10
commit 287ee123e9

@ -1,4 +1,4 @@
# OpenLiteSpeed WordPress Docker Container # OpenLiteSpeed WordPress Docker Container (Beta)
[![Build Status](https://travis-ci.com/litespeedtech/ols-docker-env.svg?branch=master)](https://hub.docker.com/r/litespeedtech/openlitespeed) [![Build Status](https://travis-ci.com/litespeedtech/ols-docker-env.svg?branch=master)](https://hub.docker.com/r/litespeedtech/openlitespeed)
[![OpenLiteSpeed](https://img.shields.io/badge/openlitespeed-1.6.5-informational?style=flat&color=blue)](https://hub.docker.com/r/litespeedtech/openlitespeed) [![OpenLiteSpeed](https://img.shields.io/badge/openlitespeed-1.6.5-informational?style=flat&color=blue)](https://hub.docker.com/r/litespeedtech/openlitespeed)
[![docker pulls](https://img.shields.io/docker/pulls/litespeedtech/openlitespeed-beta?style=flat&color=blue)](https://hub.docker.com/r/litespeedtech/openlitespeed-beta) [![docker pulls](https://img.shields.io/docker/pulls/litespeedtech/openlitespeed-beta?style=flat&color=blue)](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

Loading…
Cancel
Save