mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 22:27:22 +00:00
Fix go-crond after switching to Alpine base image
This commit is contained in:
@@ -91,7 +91,7 @@ RUN chmod +x /fleetbase/api/deploy.sh
|
||||
FROM base as scheduler-base
|
||||
|
||||
# Install go-crond
|
||||
RUN curl -L https://github.com/webdevops/go-crond/releases/download/0.6.1/go-crond-64-linux-dynamic > /usr/local/bin/go-crond && chmod +x /usr/local/bin/go-crond
|
||||
RUN curl -L https://github.com/webdevops/go-crond/releases/download/0.6.1/go-crond-64-linux > /usr/local/bin/go-crond && chmod +x /usr/local/bin/go-crond
|
||||
COPY docker/crontab ./crontab
|
||||
RUN chmod 0600 ./crontab
|
||||
|
||||
|
||||
Reference in New Issue
Block a user