diff --git a/certbot/Dockerfile b/certbot/Dockerfile index ee6bb54..0a23870 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -1,8 +1,8 @@ FROM certbot/certbot # Обновляем репозитории и устанавливаем cron -RUN apt-get update && \ - apt-get install -y cron +RUN apk update && \ + apk add --no-cache cron # Создаем директории для конфигов RUN mkdir -p /etc/letsencrypt/config