add incron
This commit is contained in:
parent
2bd11fc7eb
commit
fc1ec350b2
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue