diff --git a/Dockerfile b/Dockerfile index dec61c9..3033155 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Sebastian Hugentobler ENV S6_OVERLAY_VERSION=v1.20.0.0 -RUN apk --no-cache add libressl syslog-ng && \ +RUN apk --no-cache add libressl syslog-ng incron && \ wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C / && \ apk del libressl diff --git a/rootfs/etc/services.d/incron/run b/rootfs/etc/services.d/incron/run new file mode 100755 index 0000000..f1a901e --- /dev/null +++ b/rootfs/etc/services.d/incron/run @@ -0,0 +1,3 @@ +#!/usr/bin/with-contenv sh + +exec /usr/sbin/incrond -n