Browse Source

Optimized CLAMAV Builds to match exact version instead of Repo

DerLinkman 2 years ago
parent
commit
fbc8fb7ecb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      data/Dockerfiles/clamd/Dockerfile

+ 3 - 1
data/Dockerfiles/clamd/Dockerfile

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