Update docker/clam/Dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
colin 2024-10-31 15:55:12 -04:00
parent bd6953084a
commit 176b436a5f
1 changed files with 1 additions and 1 deletions

View File

@ -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