* elastic use include
+ add secrets to example
This commit is contained in:
@ -11,3 +11,13 @@ INCLUDE+ ./workspace.base.Dockerfile
|
||||
|
||||
RUN pecl install igbinary \
|
||||
&& pecl install -a redis
|
||||
|
||||
###########################################################################
|
||||
# Crontab
|
||||
###########################################################################
|
||||
|
||||
USER root
|
||||
|
||||
COPY ./crontab74 /etc/cron.d
|
||||
|
||||
RUN chmod -R 644 /etc/cron.d
|
||||
|
Reference in New Issue
Block a user