forked from Docker/baseimage-docker
You can user `ENV` directive in Dockerfile to disable the installation for some services or change `image/buildconfig`. The flags are : DISABLE_SSHD DISABLE_CRON DISABLE_SYSLOG
3 lines
33 B
Bash
Executable File
3 lines
33 B
Bash
Executable File
#!/bin/sh
|
|
exec /usr/sbin/cron -f
|