Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
effde48
1
Parent(s):
c6b8d2e
init scan
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -14,6 +14,7 @@ COPY . .
|
|
14 |
|
15 |
RUN mkdir -p /var/run/clamav
|
16 |
RUN chown -R clamav /var/run/clamav
|
|
|
17 |
RUN touch /tmp/clamd.pid
|
18 |
RUN chown -R clamav /tmp/clamd.pid
|
19 |
|
|
|
14 |
|
15 |
RUN mkdir -p /var/run/clamav
|
16 |
RUN chown -R clamav /var/run/clamav
|
17 |
+
RUN chown -R clamav /var/lib/clamav
|
18 |
RUN touch /tmp/clamd.pid
|
19 |
RUN chown -R clamav /tmp/clamd.pid
|
20 |
|