Skip to content

Commit

Permalink
Optimized CLAMAV Builds to match exact version instead of Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Feb 8, 2024
1 parent 60f9412 commit 38db722
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/Dockerfiles/clamd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ RUN apk upgrade --no-cache \
bash \
tini

COPY clamd.sh ./
# init
COPY clamd.sh /clamd.sh
RUN chmod +x /sbin/tini

# healthcheck
COPY healthcheck.sh /healthcheck.sh
Expand Down

0 comments on commit 38db722

Please sign in to comment.