modified: certbot/Dockerfile
change apt to apk for install crontab into image
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
FROM certbot/certbot
|
FROM certbot/certbot
|
||||||
|
|
||||||
# Обновляем репозитории и устанавливаем cron
|
# Обновляем репозитории и устанавливаем cron
|
||||||
RUN apt-get update && \
|
RUN apk update && \
|
||||||
apt-get install -y cron
|
apk add --no-cache cron
|
||||||
|
|
||||||
# Создаем директории для конфигов
|
# Создаем директории для конфигов
|
||||||
RUN mkdir -p /etc/letsencrypt/config
|
RUN mkdir -p /etc/letsencrypt/config
|
||||||
|
|||||||
Reference in New Issue
Block a user