update version
This commit is contained in:
parent
ade9c655b2
commit
7e745e3d91
@ -1,4 +1,4 @@
|
|||||||
FROM debian:jessie-slim
|
FROM debian:sid-slim
|
||||||
MAINTAINER Dietrich Rordorf <dr@ediqo.com>
|
MAINTAINER Dietrich Rordorf <dr@ediqo.com>
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
@ -8,7 +8,7 @@ COPY ./assets /usr/local
|
|||||||
|
|
||||||
# install antivirus and dependencies, get the latest clamav and maldet signatures
|
# install antivirus and dependencies, get the latest clamav and maldet signatures
|
||||||
RUN apt-get update && \
|
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/supervisor && \
|
||||||
mkdir -p /var/log/cron && \
|
mkdir -p /var/log/cron && \
|
||||||
cd /usr/local/ && chmod +x *.sh && sync && \
|
cd /usr/local/ && chmod +x *.sh && sync && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user