浏览代码

Updated Clamd Building to be x86 and ARM Compatible

DerLinkman 2 年之前
父节点
当前提交
31783b5086
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      data/Dockerfiles/clamd/Dockerfile

+ 1 - 3
data/Dockerfiles/clamd/Dockerfile

@@ -10,9 +10,7 @@ RUN apk upgrade --no-cache \
   bash \
   tini
 
-# init
-COPY clamd.sh /clamd.sh
-RUN chmod +x /sbin/tini
+COPY clamd.sh ./
 
 # healthcheck
 COPY healthcheck.sh /healthcheck.sh