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
|
||||
|
||||
# Обновляем репозитории и устанавливаем cron
|
||||
RUN apk update && \
|
||||
apk add --no-cache cron
|
||||
# устанавливать cron отдельно не нужно он уже есть в этом image certbot/certbot
|
||||
|
||||
# Создаем директории для конфигов
|
||||
RUN mkdir -p /etc/letsencrypt/config
|
||||
|
||||
Reference in New Issue
Block a user