Skip to content

Commit c34eaa9

Browse files
committed
feat: add cron package installation
1 parent ad93b4c commit c34eaa9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

development/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414
libcurl4-openssl-dev \
1515
libonig-dev \
1616
libmemcached-dev \
17+
cron \
1718
unzip \
1819
git \
1920
&& rm -rf /var/lib/apt/lists/*

production/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414
libcurl4-openssl-dev \
1515
libonig-dev \
1616
libmemcached-dev \
17+
cron \
1718
unzip \
1819
git \
1920
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)