pengdaqian commited on
Commit
6c91f37
·
1 Parent(s): edaec95
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -12,8 +12,7 @@ RUN chmod -R 777 /var/lib/clamav
12
 
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
 
12
 
13
  RUN clamd restart
14
 
15
+ RUN adduser --disabled-password --uid 1000 user -G clamav
 
16
 
17
  RUN chown clamav:user /var/lib/clamav/bytecode.cvd
18
  RUN chown clamav:user /var/lib/clamav/daily.cvd