modified: certbot/Dockerfile
do not install cron couse it is being in inmage from start
This commit is contained in:
+1
-3
@@ -1,8 +1,6 @@
|
|||||||
FROM certbot/certbot
|
FROM certbot/certbot
|
||||||
|
|
||||||
# Обновляем репозитории и устанавливаем cron
|
# устанавливать cron отдельно не нужно он уже есть в этом image certbot/certbot
|
||||||
RUN apk update && \
|
|
||||||
apk add --no-cache cron
|
|
||||||
|
|
||||||
# Создаем директории для конфигов
|
# Создаем директории для конфигов
|
||||||
RUN mkdir -p /etc/letsencrypt/config
|
RUN mkdir -p /etc/letsencrypt/config
|
||||||
|
|||||||
Reference in New Issue
Block a user