Update docker/clam/Dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
bd6953084a
commit
176b436a5f
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
# Install ClamAV, dependencies, and curl
|
# Install ClamAV, dependencies, and curl
|
||||||
RUN apk add --no-cache clamav clamav-libunrar curl bash
|
RUN apk add --no-cache clamav clamav-libunrar curl bash parallel
|
||||||
|
|
||||||
# Update ClamAV definitions
|
# Update ClamAV definitions
|
||||||
RUN freshclam
|
RUN freshclam
|
||||||
|
|
Loading…
Reference in New Issue