modified: certbot/Dockerfile

do not install cron couse it is being in inmage from start
This commit is contained in:
2025-07-20 08:43:13 +05:00
parent 67ef797d04
commit 845f7e476f
+1 -3
View File
@@ -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