We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad069a1 commit ef671a9Copy full SHA for ef671a9
Dockerfile
@@ -2,6 +2,7 @@ FROM mohamnag/aws-cli
2
MAINTAINER Luca Mattivi <luca@smartdomotik.com>
3
4
# change these to fit your need
5
+RUN apt-get update -q && apt-get install cron --yes
6
7
# m h dom mon dow
8
ENV BACKUP_CRON_SCHEDULE="* * * * *"
0 commit comments