add helperscript back
This commit is contained in:
parent
687b1a04f6
commit
62a1f5e205
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ RUN sed -i 's/^date.timezone=.*$/date.timezone="Europe\/Berlin"/' /etc/php83/con
|
|||
RUN wget https://github.com/aptible/supercronic/releases/download/v0.2.33/supercronic-linux-amd64 -O /supercronic \
|
||||
&& chmod +x /supercronic
|
||||
|
||||
RUN wget https://github.com/aptible/supercronic/releases/download/v0.2.33/supercronic-linux-amd64 -O /supercronic \
|
||||
&& chmod +x /supercronic
|
||||
RUN wget https://git.h2-invent.com/Public-System-Design/Public-Helperscripts/raw/branch/main/distributed_cron.sh -O /distributed_cron.sh \
|
||||
&& chmod +x /distributed_cron.sh
|
||||
|
||||
RUN mkdir /etc/service/cron \
|
||||
&& echo "#!/bin/sh" > /etc/service/cron/run \
|
||||
|
|
Loading…
Reference in a new issue