mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
fix cron
This commit is contained in:
parent
9f5ae27000
commit
f4820c3810
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ RUN apt-get install -y curl
|
||||||
RUN apt-get install -y rlwrap
|
RUN apt-get install -y rlwrap
|
||||||
RUN apt-get install redis-tools
|
RUN apt-get install redis-tools
|
||||||
RUN apt-get install -y nano
|
RUN apt-get install -y nano
|
||||||
RUN apt-get install -y crontab
|
RUN apt-get install -y cron
|
||||||
|
|
||||||
# Generate locale C.UTF-8 for mariadb and general locale data
|
# Generate locale C.UTF-8 for mariadb and general locale data
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue