1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-14 10:52:49 +02:00

[Clamd] Pass version as ARG

This commit is contained in:
andryyy 2020-06-07 22:50:20 +02:00
parent ddf1c81bc5
commit 4ba7194eb1
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -2,8 +2,7 @@ FROM debian:buster-slim
LABEL maintainer "André Peters <andre.peters@servercow.de>" LABEL maintainer "André Peters <andre.peters@servercow.de>"
# Installation ARG CLAMAV=0.102.3
ENV CLAMAV 0.102.3
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \