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

This commit is contained in:
colin 2024-10-29 16:25:27 -04:00
parent e66270f25f
commit 931198828a
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 RUN apk add --no-cache clamav clamav-libunrar curl bash
# Update ClamAV definitions # Update ClamAV definitions
RUN freshclam RUN freshclam