From 7e745e3d9119c1b3bcca339473240526faf4d636 Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 20 May 2025 23:33:29 +0200 Subject: [PATCH] update version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d8061f..b53cb31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie-slim +FROM debian:sid-slim MAINTAINER Dietrich Rordorf USER root @@ -8,7 +8,7 @@ COPY ./assets /usr/local # install antivirus and dependencies, get the latest clamav and maldet signatures RUN apt-get update && \ - apt-get install -y apt-utils clamav clamav-daemon curl inotify-tools supervisor host tar wget chkconfig && \ + apt-get install -y apt-utils clamav clamav-daemon curl inotify-tools supervisor host tar wget init-system-helpers && \ mkdir -p /var/log/supervisor && \ mkdir -p /var/log/cron && \ cd /usr/local/ && chmod +x *.sh && sync && \