add incron
This commit is contained in:
parent
2bd11fc7eb
commit
fc1ec350b2
@ -3,7 +3,7 @@ MAINTAINER Sebastian Hugentobler <sebastian@vanwa.ch>
|
||||
|
||||
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
|
||||
|
||||
|
3
rootfs/etc/services.d/incron/run
Executable file
3
rootfs/etc/services.d/incron/run
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
|
||||
exec /usr/sbin/incrond -n
|
Loading…
Reference in New Issue
Block a user