Skip to content

Commit b53571a

Browse files
committed
Include cron
Signed-off-by: Eric Nemchik <[email protected]>
1 parent 04f71d5 commit b53571a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ RUN \
106106
locales && \
107107
echo "**** install packages ****" && \
108108
apt-get install -y \
109+
cron \
109110
curl \
110111
gnupg \
111112
jq \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ RUN \
106106
locales && \
107107
echo "**** install packages ****" && \
108108
apt-get install -y \
109+
cron \
109110
curl \
110111
gnupg \
111112
jq \

0 commit comments

Comments
 (0)