pengdaqian commited on
Commit
7c12248
1 Parent(s): 92afeb2
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -9,8 +9,8 @@ RUN mkdir -p /run/clamav
9
  RUN chmod -R 777 /run/clamav
10
  RUN mkdir -p /var/lib/clamav
11
  RUN chmod -R 777 /var/lib/clamav
12
- RUN mkdir -p /var/log/clamav/clamd.log
13
- RUN chmod -R 777 /var/log/clamav/clamd.log
14
 
15
  RUN adduser --disabled-password --uid 1000 -S user -G clamav
16
 
 
9
  RUN chmod -R 777 /run/clamav
10
  RUN mkdir -p /var/lib/clamav
11
  RUN chmod -R 777 /var/lib/clamav
12
+ RUN mkdir -p /var/log/clamav
13
+ RUN chmod -R 777 /var/log/clamav
14
 
15
  RUN adduser --disabled-password --uid 1000 -S user -G clamav
16