pengdaqian commited on
Commit
b724d26
1 Parent(s): 7c12248
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,7 +15,9 @@ RUN chmod -R 777 /var/log/clamav
15
  RUN adduser --disabled-password --uid 1000 -S user -G clamav
16
 
17
  RUN sed -i 's/User clamav/User user/g' /etc/clamav/clamav-milter.conf
 
18
  RUN sed -i 's/User clamav/User user/g' /etc/clamav/clamd.conf
 
19
  RUN chown user:clamav /var/lib/clamav/bytecode.cvd
20
  RUN chown user:clamav /var/lib/clamav/daily.cvd
21
  RUN chown user:clamav /var/lib/clamav/daily.cvd
 
15
  RUN adduser --disabled-password --uid 1000 -S user -G clamav
16
 
17
  RUN sed -i 's/User clamav/User user/g' /etc/clamav/clamav-milter.conf
18
+ RUN cat /etc/clamav/clamav-milter.conf
19
  RUN sed -i 's/User clamav/User user/g' /etc/clamav/clamd.conf
20
+ RUN cat /etc/clamav/clamd.conf
21
  RUN chown user:clamav /var/lib/clamav/bytecode.cvd
22
  RUN chown user:clamav /var/lib/clamav/daily.cvd
23
  RUN chown user:clamav /var/lib/clamav/daily.cvd