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:
parent
ddf1c81bc5
commit
4ba7194eb1
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user