You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
138 B
Docker
9 lines
138 B
Docker
9 years ago
|
FROM alpine
|
||
|
|
||
8 years ago
|
RUN apk add --no-cache clamav rsyslog wget clamav-libunrar
|
||
9 years ago
|
|
||
|
COPY conf /etc/clamav
|
||
8 years ago
|
COPY start.sh /start.sh
|
||
9 years ago
|
|
||
8 years ago
|
CMD ["/start.sh"]
|