|
@@ -3,12 +3,13 @@ LABEL maintainer "https://m-ko.de Markus Kosmal <code@cnfg.io>"
|
|
|
|
|
|
# Debian Base to use
|
|
|
ENV DEBIAN_VERSION stretch
|
|
|
+ARG DEBIAN_FRONTEND=noninteractive
|
|
|
|
|
|
# initial install of av daemon
|
|
|
RUN echo "deb http://http.debian.net/debian/ $DEBIAN_VERSION main contrib non-free" > /etc/apt/sources.list && \
|
|
|
echo "deb http://http.debian.net/debian/ $DEBIAN_VERSION-updates main contrib non-free" >> /etc/apt/sources.list && \
|
|
|
echo "deb http://security.debian.org/ $DEBIAN_VERSION/updates main contrib non-free" >> /etc/apt/sources.list && \
|
|
|
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends \
|
|
|
+ apt-get update && apt-get install -y -qq --no-install-recommends \
|
|
|
clamav-daemon \
|
|
|
clamav-freshclam \
|
|
|
libclamunrar7 \
|