pengdaqian commited on
Commit
edaec95
·
1 Parent(s): af28c56
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN chmod -R 777 /var/lib/clamav
13
  RUN clamd restart
14
 
15
  RUN adduser --disabled-password --uid 1000 user
16
- RUN addgroup -S clamav && adduser -S user -G clamav
17
 
18
  RUN chown clamav:user /var/lib/clamav/bytecode.cvd
19
  RUN chown clamav:user /var/lib/clamav/daily.cvd
 
13
  RUN clamd restart
14
 
15
  RUN adduser --disabled-password --uid 1000 user
16
+ RUN adduser -S user -G clamav
17
 
18
  RUN chown clamav:user /var/lib/clamav/bytecode.cvd
19
  RUN chown clamav:user /var/lib/clamav/daily.cvd