Skip to content

Include cron in the docker image

This MR fixes issue #4251 (closed) by including cron in the list of applications that are installed in the docker image. This enables recurring tasks (such as backups) to be scheduled when running Gitlab from a docker container.

Merge request reports