[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>"
# Installation
ENV CLAMAV 0.102.3
ARG CLAMAV=0.102.3
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \